Skip to content

Commit

Permalink
bump build-push action
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 22, 2024
1 parent f62902c commit 7e8ccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN_RW }}
- name: Build & push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile
tags: secoya/smallstep-wrapper:${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 7e8ccf5

Please sign in to comment.