Skip to content

Commit f4f1ed1

Browse files
committed
Use versioned actions instead of stale versions.
1 parent 23336bd commit f4f1ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ jobs:
3333
ref: ${{ inputs.reference }}
3434

3535
- name: Log in to the Container registry
36-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
36+
uses: docker/login-action@v2
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Extract metadata (tags, labels) for Docker
4343
id: meta
44-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
44+
uses: docker/metadata-action@v4
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

4848
- name: Build and push Docker image
49-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
49+
uses: docker/build-push-action@v4
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)