Skip to content

Commit

Permalink
Bump docker/build-push-action from 2.8.0 to 2.9.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 2, 2022
1 parent 7ab1d6f commit 0bf99f3
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.8.0
uses: docker/build-push-action@v2.9.0
with:
tags: ghcr.io/beryju/saml-test-sp:latest
push: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 0bf99f3

Please sign in to comment.