Skip to content

Commit

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

Bump docker/build-push-action from 4.1.1 to 4.2.1
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
2 parents 9f5d1cb + f041a84 commit bf645fd
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 @@ -55,7 +55,7 @@ jobs:
uses: docker/[email protected]

- name: Build and Push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
load: true
labels: |
Expand All @@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and Push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down

0 comments on commit bf645fd

Please sign in to comment.