Skip to content

Commit

Permalink
test without labels
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciachang committed Jun 27, 2024
1 parent 0380111 commit 7947d96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/publish-to-jamsocket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ runs:
images: new.jamcr.io/${{ inputs.jamsocket_account }}/${{ inputs.jamsocket_service }}
tags: |
type=raw,value=${{ inputs.docker_tag }}
labels: |
type=raw,value=jamsocket_account=${{ inputs.jamsocket_account }}
type=raw,value=jamsocket_service=${{ inputs.jamsocket_service }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -66,7 +63,6 @@ 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 7947d96

Please sign in to comment.