Skip to content

Commit

Permalink
Bump docker/build-push-action from 2.7.0 to 2.8.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 19, 2022
1 parent 2412c3a commit 7ab1d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/build-push-action@v2.7.0
uses: docker/build-push-action@v2.8.0
with:
tags: ghcr.io/beryju/saml-test-sp:latest
push: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 7ab1d6f

Please sign in to comment.