Skip to content

Commit fac36cf

Browse files
authored
Merge pull request #8 from Dwolla/tagging
move the git sha to the end of the published docker tag
2 parents fc10d7f + 568e2ea commit fac36cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
dwolla/java
4545
# Docker tags based on the following events/attributes
4646
tags: |
47-
type=sha,suffix=--${{ inputs.TEMURIN_TAG }}
47+
type=sha,prefix=${{ inputs.TEMURIN_TAG }}-
4848
# https://github.com/docker/build-push-action
4949
- name: Build and push
5050
uses: docker/build-push-action@v2
@@ -54,4 +54,4 @@ runs:
5454
push: ${{ github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v')) }}
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}
57-
build-args: TEMURIN_TAG=${{ inputs.TEMURIN_TAG }}
57+
build-args: TEMURIN_TAG=${{ inputs.TEMURIN_TAG }}

0 commit comments

Comments
 (0)