Skip to content

Commit

Permalink
Added custom labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 17, 2024
1 parent 7680762 commit d3b00d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.vendor=pulp-platform
org.opencontainers.image.description=Image for testing the pulp-nnx library
- run: echo "Docker tags ${{ steps.meta.outputs.tags }}"
- run: echo "Docker labels ${{ steps.meta.outputs.labels }}"

Expand Down

0 comments on commit d3b00d5

Please sign in to comment.