Skip to content

Commit

Permalink
fix(docker-build): downgrade docker/build-push-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 29, 2024
1 parent b326488 commit 8d5edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
push: true # push to registry
pull: true # always fetch the latest base images
Expand Down

0 comments on commit 8d5edec

Please sign in to comment.