Skip to content

Commit

Permalink
Merge pull request #32 from ashirt-ops/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.0.1

Bump docker/build-push-action from 5.4.0 to 6.0.1
  • Loading branch information
jkennedyvz authored Jun 18, 2024
2 parents 40d0a0c + f0f0302 commit 1f41c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build and Push PR
if: github.ref != 'refs/heads/main'
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
context: workers/${{ matrix.service }}
tags: ${{ steps.docker_meta.outputs.tags }}
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Build and Push Latest
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
context: workers/${{ matrix.service }}
tags: ${{ steps.docker_meta.outputs.tags }}, ashirt/${{ matrix.service }}:latest #Add latest tag for main
Expand Down

0 comments on commit 1f41c1f

Please sign in to comment.