Skip to content

Commit 0143ee7

Browse files
committed
Merge branch 'main' of github.com:okkdev/cardian
2 parents 8e0c887 + 14f3c62 commit 0143ee7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-publish.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,23 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Log in to the Container registry
24-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
24+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
32+
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
37+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
3838
with:
3939
context: .
40+
file: ./Dockerfile
4041
push: true
4142
tags: ${{ steps.meta.outputs.tags }}
4243
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)