We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac411d commit 710e413Copy full SHA for 710e413
1 file changed
.github/workflows/deploy-image.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v4.2.0
+ uses: actions/checkout@v4.2.2
30
31
- name: Set Environmental Variables
32
run: |
@@ -65,14 +65,14 @@ jobs:
65
66
- name: Extract metadata (tags, labels) for Docker
67
id: meta
68
- uses: docker/metadata-action@v5.5.1
+ uses: docker/metadata-action@v5.6.1
69
with:
70
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
71
tags: |
72
type=sha
73
74
- name: Build and push Docker image
75
- uses: docker/build-push-action@v6.9.0
+ uses: docker/build-push-action@v6.10.0
76
77
context: .
78
build-args: |
0 commit comments