Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit 3613fae

Browse files
committed
ci: use version tag
1 parent b7e0c87 commit 3613fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@f6d32ad0236599ffe0bb261e71184c3e4e1d47cd
26+
uses: docker/login-action@v1
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@47c365107cb34e788d99cf3d89acf424b505b3e8
34+
uses: docker/metadata-action@v3
3535
with:
3636
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3737

3838
- name: Build and push Docker image
39-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
39+
uses: docker/build-push-action@v2
4040
with:
4141
context: .
4242
push: true

0 commit comments

Comments
 (0)