Skip to content

Commit

Permalink
Adjust actions version.
Browse files Browse the repository at this point in the history
eduard-melnytskyi committed Dec 17, 2024
1 parent c56c355 commit ef6f0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -89,10 +89,10 @@ jobs:
# echo "PREV_COMMIT_HASH=$PREV_COMMIT_HASH" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v1
@@ -115,7 +115,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
# load: ${{ github.ref != 'refs/heads/master' }}

0 comments on commit ef6f0e7

Please sign in to comment.