Skip to content

Commit

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

Bump docker/build-push-action from 2.7.0 to 2.8.0
  • Loading branch information
hestad authored Jan 24, 2022
2 parents 3ad3f0c + f00eaf7 commit e130c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
username: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and publish Docker image
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v2.8.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
username: ${{ github.repository }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and publish Docker image
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v2.8.0
with:
context: .
push: true
Expand Down

0 comments on commit e130c67

Please sign in to comment.