Skip to content

Commit

Permalink
Bump docker/build-push-action
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Mishin <[email protected]>
  • Loading branch information
Nmishin committed Sep 27, 2024
1 parent e50cd64 commit 66bda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "VERSION_PR=$(date '+%Y%m%d-%H%M%S')-$(echo $GITHUB_SHA | cut -c1-8)" >> $GITHUB_ENV
- name: Build app docker image and push it
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/app/Dockerfile
Expand Down

0 comments on commit 66bda64

Please sign in to comment.