Unverified Commit f356952b by Edward Thomson Committed by GitHub

Update main.yml

parent c31c10cc
...@@ -31,9 +31,7 @@ jobs: ...@@ -31,9 +31,7 @@ jobs:
- name: Calculate image label - name: Calculate image label
run: | run: |
echo "::set-env name=docker-container::${{ github.repository }}/${{ matrix.container.name }}" echo "::set-env name=docker-container::${{ github.repository }}/${{ matrix.container.name }}"
echo "::set-env name=docker-container-url::${{ env.docker-registry }}/${{ env.docker-container }}" echo "::set-env name=docker-sha-tag::test4-$(git log -1 --pretty=format:"%h" -- ${{ env.docker-config-path }})"
echo "::set-env name=docker-sha-tag::test3-$(git log -1 --pretty=format:"%h" -- ${{ env.docker-config-path }})"
- run: echo ${{ env.docker-container-url }}
- name: Download existing image - name: Download existing image
run: | run: |
docker login https://${{ env.docker-registry }} -u ${{ github.actor }} -p ${{ github.token }} docker login https://${{ env.docker-registry }} -u ${{ github.actor }} -p ${{ github.token }}
......
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