File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,19 +159,19 @@ jobs:
159159
160160 - id : setup_docker_buildx
161161 name : Set up Docker Buildx
162- uses : docker/setup-buildx-action@v3
162+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
163163
164164 - id : login_ghcr
165165 name : Login to GitHub Container Registry
166- uses : docker/login-action@v3
166+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
167167 with :
168168 registry : ghcr.io
169169 username : ${{ github.actor }}
170170 password : ${{ secrets.GITHUB_TOKEN }}
171171
172172 - id : docker_meta
173173 name : Docker Metadata
174- uses : docker/metadata-action@v5
174+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
175175 with :
176176 images : ghcr.io/${{ github.repository_owner }}/streamocracy
177177 tags : |
@@ -180,7 +180,7 @@ jobs:
180180
181181 - id : build_and_push
182182 name : Build and Push
183- uses : docker/build-push-action@v5
183+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
184184 with :
185185 context : .
186186 push : true
You can’t perform that action at this time.
0 commit comments