Skip to content

Commit

Permalink
Fix hash for docker/build-push-action
Browse files Browse the repository at this point in the history
Hash typoed in #587.
  • Loading branch information
juhoinkinen authored Jun 16, 2022
1 parent ecf2f45 commit 8702efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
tags: |
latest
- name: Build and push to Quay.io
uses: docker/build-push-action@ae551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push to Quay.io
uses: docker/build-push-action@ae551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8702efb

Please sign in to comment.