fixed output

This commit is contained in:
Deepak Prabhakara 2023-09-12 21:31:33 +01:00
parent 3b480a52f9
commit 2644b815ed

View File

@ -31,7 +31,7 @@ jobs:
run: echo "SHA7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT run: echo "SHA7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT
- run: echo ${{ steps.slug.outputs.SHA7 }} - run: echo ${{ steps.slug.outputs.SHA7 }}
- run: echo ${{ steps.slug.outputs.NPMVERSION }} - run: echo ${{ steps.npmversion.outputs.NPMVERSION }}
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
@ -55,7 +55,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/release' }} push: ${{ github.ref == 'refs/heads/release' }}
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.SHA7 }},${{ github.repository }}:${{ steps.slug.outputs.NPMVERSION }} tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.SHA7 }},${{ github.repository }}:${{ steps.npmversion.outputs.NPMVERSION }}
- name: Image digest - name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}