File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,23 @@ jobs:
21
21
uses : actions/checkout@v3
22
22
23
23
- name : Log in to the Container registry
24
- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
24
+ uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
25
25
with :
26
26
registry : ${{ env.REGISTRY }}
27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
30
30
- name : Extract metadata (tags, labels) for Docker
31
31
id : meta
32
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
32
+ uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
33
33
with :
34
34
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
35
36
36
- name : Build and push Docker image
37
- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
37
+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
38
38
with :
39
39
context : .
40
+ file : ./Dockerfile
40
41
push : true
41
42
tags : ${{ steps.meta.outputs.tags }}
42
43
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments