Skip to content

Commit 1ee58c4

Browse files
🌱 Update github-actions group (#95)
Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
1 parent 6b4e70e commit 1ee58c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builder-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
20+
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3
2121

2222
- name: Login to Docker Hub
23-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
23+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
2424
with:
2525
registry: ghcr.io
2626
username: sovereigncloudstack
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push
30-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
30+
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5
3131
with:
3232
file: ./images/builder/Dockerfile
3333
context: ./images/builder

0 commit comments

Comments
 (0)