Skip to content

Commit

Permalink
try adding hash
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Jun 28, 2024
1 parent 7947d96 commit 8f1b628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/publish-to-jamsocket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ runs:
images: new.jamcr.io/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }}
tags: |
type=raw,value=${{ inputs.docker_tag }}
labels: |
hash=${{ github.sha }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -63,6 +65,7 @@ runs:
file: ${{ inputs.dockerfile_path }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

branding:
icon: 'check-circle'
Expand Down

0 comments on commit 8f1b628

Please sign in to comment.