Skip to content

Commit e6e479e

Browse files
committed
Update action versions used in the workflow file
1 parent 2e1c97d commit e6e479e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-image.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,22 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Log in to the Container registry
27-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
27+
uses: docker/[email protected]
28+
2829
with:
2930
registry: ${{ env.REGISTRY }}
3031
username: ${{ github.actor }}
3132
password: ${{ secrets.GITHUB_TOKEN }}
3233

3334
- name: Extract metadata (tags, labels) for Docker
3435
id: meta
35-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
36+
uses: docker/metadata-action@v5.5.1
3637
with:
3738
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3839

3940
- name: Build and push Docker image
4041
id: push
41-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
42+
uses: docker/build-push-action@6.5.0
4243
with:
4344
context: .
4445
push: true

0 commit comments

Comments
 (0)