Skip to content

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /protos #50

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /protos

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /protos #50

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build builder image
run: docker buildx build --file .docker/builder/Dockerfile . --build-arg "GITHUB_USERNAME=$GITLAB_USERNAME" --build-arg "GITHULAB_PAT=$GITLAB_PAT" --tag "kitanoyoru/kitadrivebot.v1.builder:latest"
- name: Build SSO image
run: docker buildx build --file apps/sso/Dockerfile . --tag "kitanoyoru/kitadrivebot.v1.sso:latest"