Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Sep 2, 2023
1 parent 96882bc commit 465b971
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN}}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ matrix.image }}

- name: Build image and push GitHub Container Registry
uses: docker/build-push-action@v2
Expand All @@ -50,7 +55,7 @@ jobs:
file: ${{ matrix.dockerfile }}
push: true
tags: ${{ steps.meta.outputs.tags }}
#labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
# Note: tags has to be all lower-case
#tags: |
# ghcr.io/thesystemdevelopmentkit/thesdktestimage:latest
Expand Down

0 comments on commit 465b971

Please sign in to comment.