Skip to content

Commit

Permalink
docs: update digest in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Apr 9, 2024
1 parent b0e57c9 commit 3c2d09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ See [action.yml](action.yml).
```yml
steps:
# Recommended: Docker image digest from GitHub Container Registry (best for speed & security)
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e97235f7e14add2994d6738df6a31a874c184e77da325688c37570dd8382e989
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:71048986f7e28f024cbad0ef106a7ef20b9b0d322f3a8aa51d89f1c424e75061
# Major version of a release
- uses: codfish/semantic-release-action@v3
Expand Down Expand Up @@ -152,7 +152,7 @@ steps:
```yml
steps:
# Docker image digest from GitHub Container Registry
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e97235f7e14add2994d6738df6a31a874c184e77da325688c37570dd8382e989
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:71048986f7e28f024cbad0ef106a7ef20b9b0d322f3a8aa51d89f1c424e75061
```

Where `<digest>` is any
Expand Down

0 comments on commit 3c2d09a

Please sign in to comment.