We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff4ecc commit 8f877d7Copy full SHA for 8f877d7
1 file changed
.github/workflows/deploy-image.yml
@@ -22,6 +22,9 @@ jobs:
22
packages: write
23
24
steps:
25
+ - name: Checkout repository
26
+ uses: actions/checkout@v2
27
+
28
- name: Set Environmental Variables
29
run: |
30
echo Repository: $REPOSITORY
@@ -38,10 +41,6 @@ jobs:
38
41
echo Build Date: $BUILD_DATE
39
42
echo "BUILD_DATE=${BUILD_DATE}" >> $GITHUB_ENV
40
43
-
- - name: Checkout repository
- uses: actions/checkout@v2
44
45
- name: Set up Docker Buildx
46
uses: docker/setup-buildx-action@v1
47
@@ -67,7 +66,7 @@ jobs:
67
66
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
68
with:
69
context: .
70
- build_args: |
+ build-args: |
71
VERSION=${{ env.VERSION }}
72
COMMIT=${{ github.sha }}
73
URL=${{ github.repositoryUrl }}
0 commit comments