Skip to content

Commit 8f877d7

Browse files
committed
[GitHub] add Docker build args Mk2
1 parent eff4ecc commit 8f877d7

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
packages: write
2323

2424
steps:
25+
- name: Checkout repository
26+
uses: actions/checkout@v2
27+
2528
- name: Set Environmental Variables
2629
run: |
2730
echo Repository: $REPOSITORY
@@ -38,10 +41,6 @@ jobs:
3841
echo Build Date: $BUILD_DATE
3942
echo "BUILD_DATE=${BUILD_DATE}" >> $GITHUB_ENV
4043
41-
42-
- name: Checkout repository
43-
uses: actions/checkout@v2
44-
4544
- name: Set up Docker Buildx
4645
uses: docker/setup-buildx-action@v1
4746

@@ -67,7 +66,7 @@ jobs:
6766
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6867
with:
6968
context: .
70-
build_args: |
69+
build-args: |
7170
VERSION=${{ env.VERSION }}
7271
COMMIT=${{ github.sha }}
7372
URL=${{ github.repositoryUrl }}

0 commit comments

Comments
 (0)