Skip to content

Commit

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

Bump docker/build-push-action from 6.1.0 to 6.2.0
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
2 parents ff58ee3 + cbe539d commit e532030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/[email protected]

- name: Build (test build linux/amd64)
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
load: true
labels: |
Expand All @@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and Push (linux/amd64,linux/arm64)
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down

0 comments on commit e532030

Please sign in to comment.