Skip to content

Commit ac955bb

Browse files
committed
merge
2 parents fedd5cc + 6bf30b6 commit ac955bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rocm-diskgalaxy-container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v3
38+
uses: docker/setup-buildx-action@af5b9c285a8492c5170a95a7e462f6b3fca0dede
3939

4040
- name: Log in to GHCR
4141
if: ${{ github.event_name == 'push' || env.IS_INTERNAL_PR == 'true' }}
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@465a07811f14bebb1938fbedb7d318ce25d57f0a
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Build and push DiskGalaxy image (development)
4949
if: ${{ github.event_name == 'push' }}
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@ac9327f06ed0493cb7f0f86e8bc64c06e0b932b4
5151
with:
5252
context: .
5353
file: .github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build and push DiskGalaxy image (PR)
6464
if: ${{ env.IS_INTERNAL_PR == 'true' }}
65-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@ac9327f06ed0493cb7f0f86e8bc64c06e0b932b4
6666
with:
6767
context: .
6868
file: .github/workflows/dockerfiles/ROCm-DiskGalaxy/Dockerfile

0 commit comments

Comments
 (0)