Unverified Commit ddfeb4aa by Edward Thomson Committed by GitHub

Update main.yml

parent 2540fd08
......@@ -43,6 +43,6 @@ jobs:
docker build -t ${{ env.docker-container-url }}:${{ env.docker-sha-tag }} --build-arg BASE=${{ matrix.container.base }} -f ${{ matrix.container.name }} .
# docker tag ${{ env.docker-container-url }}:${{ env.docker-sha-tag }} ${{ env.docker-container-url }}:latest
# docker push ${{ docker.container-url }}:${{ env.docker-sha-tag }}
docker push ${{ docker.container-url }}:latest
# docker push ${{ docker.container-url }}:latest
working-directory: ${{ env.docker-config-path }}
if: env.docker-container-exists != 'true'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment