We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffad31 commit 8f0a3a6Copy full SHA for 8f0a3a6
1 file changed
.github/workflows/toolshed.yml
@@ -56,5 +56,9 @@ jobs:
56
username: ${{ github.repository_owner }}
57
password: ${{ secrets.GITHUB_TOKEN }}
58
59
+ - name: form image tag
60
+ id: image_tag
61
+ uses: olegtarasov/get-tag@v2.1.2
62
+
63
- name: build-and-push
- run: cd ${{ env.IMAGE_NAME }} && docker buildx build --platform linux/arm64,linux/amd64 --push -t ghcr.io/${{ env.ORG_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION_PREFIX }}${{ github.ref }} .
64
+ run: cd ${{ env.IMAGE_NAME }} && docker buildx build --platform linux/arm64,linux/amd64 --push -t ghcr.io/${{ env.ORG_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ steps.image_tag.outputs.tag }} .
0 commit comments