Skip to content

Commit

Permalink
Update build job tags in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 9, 2023
1 parent ea85c38 commit 2f50610
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/checkout@v4

- id: set-matrix
# run: echo "::set-output name=matrix::$(cat build_versions.json | jq '. | tostring')"
run: echo "matrix=$(cat build_versions.json | jq -c)" >> $GITHUB_OUTPUT

build_job:
Expand All @@ -37,6 +36,6 @@ jobs:
PUPPET_RELEASE=${{ matrix.version }}
# buildfile: Dockerfile.something # Default: Dockerfile
# publish: 'false' # Default: true
# tags: |
# ghcr.io/betadots/gha-test-repo:devlopment
# ghcr.io/betadots/gha-test-repo:latest
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}-${{ matrix.release }}
ghcr.io/betadots/gha-test-repo:latest

0 comments on commit 2f50610

Please sign in to comment.