Skip to content

Commit ba2fcf0

Browse files
Test env again
1 parent 7fdbca1 commit ba2fcf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
2323
- name: Build the Docker images
2424
run: |
25-
echo "$IMAGE_NAME"
26-
echo "$DOCKER_USER"
27-
docker build . --file /alpine/Dockerfile --tag $DOCKER_USER/python-serverless-offline:alpine
28-
docker build . --file /slim-buster/Dockerfile --tag $DOCKER_USER/python-serverless-offline:slim-buster
25+
echo "${IMAGE_NAME}"
26+
echo "${DOCKER_USER}"
27+
docker build . --file /alpine/Dockerfile --tag ${DOCKER_USER}/python-serverless-offline:alpine
28+
docker build . --file /slim-buster/Dockerfile --tag ${DOCKER_USER}/python-serverless-offline:slim-buster
2929
- name: Push the Docker images
3030
run: |
3131
docker push $DOCKER_USER/python-serverless-offline:alpine

0 commit comments

Comments
 (0)