Skip to content

Commit

Permalink
Merge pull request #177 from brandonmcclure/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/docker/build-push-action-6.5.0

Bump docker/build-push-action from 6.0.0 to 6.5.0 in /.github/workflows
  • Loading branch information
brandonmcclure committed Jul 28, 2024
2 parents 7a92945 + b0ed3ae commit 3ffc1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
bmcclure89/${{ env.JUST_IMAGE_NAME }}
if: github.ref == 'refs/heads/main'
- name: Build Docker image (non main branch)
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
if: github.ref != 'refs/heads/main'
with:
context: .
Expand All @@ -85,7 +85,7 @@ jobs:
tags: ${{ steps.meta_github.outputs.tags }}
labels: ${{ steps.meta_github.outputs.labels }}
- name: Build and push Docker image (main branch)
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
if: github.ref == 'refs/heads/main'
with:
context: .
Expand All @@ -94,7 +94,7 @@ jobs:
tags: ${{ steps.meta_dockerhub.outputs.tags }}
labels: ${{ steps.meta_dockerhub.outputs.labels }}
- name: Build and push Docker image (main branch)
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
if: github.ref == 'refs/heads/main'
with:
context: .
Expand Down

0 comments on commit 3ffc1c7

Please sign in to comment.