Skip to content

Commit

Permalink
Merge pull request #74 from microcks/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6.10.0

chore(deps): bump docker/build-push-action from 4.0.0 to 6.10.0
  • Loading branch information
lbroudoux authored Jan 9, 2025
2 parents fd7fe0b + faff3be commit 720c28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build and push JVM container image for operator
id: build-and-push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v6.10.0
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
with:
context: ${{github.workspace}}/operator
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Build and push native container image for operator
id: build-and-push-native
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v6.10.0
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
with:
context: ${{github.workspace}}/operator
Expand Down

0 comments on commit 720c28c

Please sign in to comment.