Skip to content

Commit

Permalink
try adding labels
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Jun 27, 2024
1 parent 435b116 commit 0f5dee5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,11 @@ runs:
images: new.jamcr.io/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }}
tags: |
type=raw,value=${{ inputs.docker_tag }}
labels: |
type=raw,value=hash=${{ github.sha }}
type=raw,value=message=${{ github.event.head_commit.message }}
type=raw,value=branch=${{ github.ref_name }}
type=raw,value=repository=${{ github.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0f5dee5

Please sign in to comment.