Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
hussainweb authored Aug 5, 2024
2 parents 0e21e59 + edaddba commit 68486a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 68486a3

Please sign in to comment.