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 8, 2024
1 parent f93cffb commit 3086e9d
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:9e0bbcc4ca3b3611668dcf911e51432573efb3222587c4ca1cc8a759c1b8283c
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e97235f7e14add2994d6738df6a31a874c184e77da325688c37570dd8382e989

# 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:9e0bbcc4ca3b3611668dcf911e51432573efb3222587c4ca1cc8a759c1b8283c
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:e97235f7e14add2994d6738df6a31a874c184e77da325688c37570dd8382e989
```

Where `<digest>` is any
Expand Down

0 comments on commit 3086e9d

Please sign in to comment.