mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Update SHA's to latest
This commit is contained in:
parent
062df875a4
commit
d05e0fe8c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -83,14 +83,14 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 # v3.3
|
||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build
|
||||
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1
|
||||
uses: goreleaser/goreleaser-action@d28c98212f8e972575198214e0c3f2dbca157dc5 # v6.1
|
||||
with:
|
||||
version: v0.155.0
|
||||
args: --debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue