Skip to content

Commit

Permalink
docker/build-push-action: update to the latest version
Browse files Browse the repository at this point in the history
v2 uses outdated nodejs
  • Loading branch information
chipitsine committed Nov 5, 2024
1 parent 7c24697 commit 08a46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build and push
id: docker_build_push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.DOCKER_IMAGE }}:latest
Expand Down

0 comments on commit 08a46c4

Please sign in to comment.