Skip to content

Commit

Permalink
docs: update docker digest to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Feb 10, 2024
1 parent 07170c8 commit f6e50fb
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:e8640e0a620980247fd6e46f2f43f9a42d17181840518ea7fe983eeed65c154e
- uses: docker://ghcr.io/codfish/semantic-release-action@sha256:d396038765af1ceaa77f4ba39130af6e7a7e264bf17cb675ea1b0524d11adf3e

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

Where `<digest>` is any
Expand Down

0 comments on commit f6e50fb

Please sign in to comment.