Skip to content

Commit

Permalink
Merge pull request #3 from ublue-os/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

chore(deps): Bump docker/build-push-action from 5 to 6
  • Loading branch information
EyeCantCU authored Jun 24, 2024
2 parents f9c1715 + 4f2ab16 commit 72857cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
# Build/push image using docker buildx action
- name: Build and Push Image
id: build_image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
context: .
Expand Down

0 comments on commit 72857cb

Please sign in to comment.