Skip to content

Commit c97c53b

Browse files
committed
[release]
1 parent 30ad6b7 commit c97c53b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
echo "XPIPE_TAG=$XPIPE_TAG" >> $GITHUB_ENV
3434
3535
- name: Log in to the Container registry
36-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
36+
uses: docker/login-action@v3.3.0
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Extract metadata (tags, labels) for Docker
4242
id: meta
43-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
43+
uses: docker/metadata-action@v5.7.0
4444
with:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646
labels: |
@@ -57,7 +57,7 @@ jobs:
5757
uses: docker/setup-buildx-action@v1
5858
- name: Build and push Docker image
5959
id: push
60-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
60+
uses: docker/build-push-action@v6.9.0
6161
with:
6262
context: .
6363
push: true

version-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.4
1+
15.5

0 commit comments

Comments
 (0)