Skip to content

Commit

Permalink
item 12045
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
  • Loading branch information
alexey-gavrilov-flant committed Dec 31, 2024
1 parent e6c9bc3 commit dabae46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: crazy-max/ghaction-docker-meta@v5
with:
images: cesanta/docker_auth
tag-edge: true
Expand All @@ -43,28 +43,28 @@ jobs:
{{major}}.{{minor}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
install: true
version: latest
# TODO: Remove driver-opts once fix is released docker/buildx#386
driver-opts: image=moby/buildkit:master

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
if: github.event_name == 'push'

- name: Build and Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: auth_server
file: auth_server/Dockerfile
Expand Down

0 comments on commit dabae46

Please sign in to comment.