Skip to content

Commit

Permalink
checking metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlebl committed Apr 30, 2024
1 parent 085a758 commit 8d603d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: nomadnmr/server

- name: Echo metadata
run: |
echo "${{steps.meta.outputs.tags}}"
echo "${{steps.meta.outputs.labels}}"

0 comments on commit 8d603d8

Please sign in to comment.