Skip to content

Commit e860cf1

Browse files
correct more typos
1 parent 3c2144c commit e860cf1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker-publish-and-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
REGISTRY: ghcr.io
1717
# Note: github.repository corresponds to <account>/<repo>
1818
IMAGE_NAME: ${{ github.repository }}
19-
hpccm-recipe-cumulative.py_NAME: Dockerfile
19+
DOCKERFILE_NAME: Dockerfile
2020
DOCKER_DIR_SYS: sys
2121
IMAGE_TAG_SYS: sys
2222
DOCKER_DIR_GIT: git
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
8282
with:
8383
context: docker/${{ env.DOCKER_DIR_SYS }}
84-
file: docker/${{ env.DOCKER_DIR_SYS }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
84+
file: docker/${{ env.DOCKER_DIR_SYS }}/${{ env.DOCKERFILE_NAME }}
8585
push: false
8686
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_SYS }}
8787
labels: ${{ steps.meta.outputs.labels }}
@@ -129,7 +129,7 @@ jobs:
129129
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
130130
with:
131131
context: docker/${{ env.DOCKER_DIR_GIT }}
132-
file: docker/${{ env.DOCKER_DIR_GIT }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
132+
file: docker/${{ env.DOCKER_DIR_GIT }}/${{ env.DOCKERFILE_NAME }}
133133
push: false
134134
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_GIT }}
135135
labels: ${{ steps.meta.outputs.labels }}
@@ -208,7 +208,7 @@ jobs:
208208
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
209209
with:
210210
context: docker/${{ env.DOCKER_DIR_INSTALL }}
211-
file: docker/${{ env.DOCKER_DIR_INSTALL }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
211+
file: docker/${{ env.DOCKER_DIR_INSTALL }}/${{ env.DOCKERFILE_NAME }}
212212
push: false
213213
build-args: |
214214
"IMAGE_GIT=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_GIT }}"
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
context: docker/${{ env.DOCKER_DIR_CONFIG }}
230230
load: true
231-
file: docker/${{ env.DOCKER_DIR_CONFIG }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
231+
file: docker/${{ env.DOCKER_DIR_CONFIG }}/${{ env.DOCKERFILE_NAME }}
232232
push: false
233233
build-args: |
234234
"IMAGE_INSTALL=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_INSTALL }}"
@@ -249,7 +249,7 @@ jobs:
249249
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
250250
with:
251251
context: docker/${{ env.DOCKER_DIR_CONFIG }}
252-
file: docker/${{ env.DOCKER_DIR_CONFIG }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
252+
file: docker/${{ env.DOCKER_DIR_CONFIG }}/${{ env.DOCKERFILE_NAME }}
253253
push: ${{ github.event_name == 'release' }}
254254
build-args: |
255255
"IMAGE_INSTALL=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG_INSTALL }}"
@@ -276,7 +276,7 @@ jobs:
276276
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
277277
with:
278278
context: docker/${{ env.DOCKER_DIR_ADDITIONAL }}
279-
file: docker/${{ env.DOCKER_DIR_ADDITIONAL }}/${{ env.hpccm-recipe-cumulative.py_NAME }}
279+
file: docker/${{ env.DOCKER_DIR_ADDITIONAL }}/${{ env.DOCKERFILE_NAME }}
280280
push: ${{ github.event_name == 'release' }}
281281
build-args: |
282282
"IMAGE_MINIMAL=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-minimal"

0 commit comments

Comments
 (0)