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.
2 parents fc10d7f + 568e2ea commit fac36cfCopy full SHA for fac36cf
1 file changed
.github/actions/build/action.yml
@@ -44,7 +44,7 @@ runs:
44
dwolla/java
45
# Docker tags based on the following events/attributes
46
tags: |
47
- type=sha,suffix=--${{ inputs.TEMURIN_TAG }}
+ type=sha,prefix=${{ inputs.TEMURIN_TAG }}-
48
# https://github.com/docker/build-push-action
49
- name: Build and push
50
uses: docker/build-push-action@v2
@@ -54,4 +54,4 @@ runs:
54
push: ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v')) }}
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
- build-args: TEMURIN_TAG=${{ inputs.TEMURIN_TAG }}
+ build-args: TEMURIN_TAG=${{ inputs.TEMURIN_TAG }}
0 commit comments