Skip to content

Commit

Permalink
chore: pin docker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion authored and Simon Prochazka committed Dec 2, 2020
1 parent 4be7619 commit 1298b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v2

- name: Release Notary Action
uses: docker://outillage/release-notary@sha256:a7f3c24e5b24caa8d25e259837add805ba9868f913bb8c678cd787a2ed5ebc9a
uses: docker://outillage/release-notary:0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: goreleaser
uses: docker://goreleaser/goreleaser@sha256:25b7740437bd8a8231754b2b56a35f2e4852d316148e54939d02ddae54ac297d
uses: docker://goreleaser/goreleaser:0.159.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1298b0e

Please sign in to comment.