Skip to content

Commit

Permalink
Merge pull request #12 from jplanckeel/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

chore(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
jplanckeel authored Feb 13, 2024
2 parents eccd085 + 71e947a commit 6ad6e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.DOCKER_AUTH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: jplanckeel/scope:${{steps.version_tag.outputs.tag}}
Expand Down

0 comments on commit 6ad6e91

Please sign in to comment.