Skip to content

Commit

Permalink
comment out p8, gha needs overwrite for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 28, 2023
1 parent 2353d51 commit af61d7c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
publish: 'true'
build_args: 'PUPPET_VERSION=7'

- name: Build Puppet 8 container
uses: voxpupuli/gha-build-and-publish-a-container@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_arch: linux/amd64
publish: 'true'
build_args: 'PUPPET_VERSION=8'
# - name: Build Puppet 8 container
# uses: voxpupuli/gha-build-and-publish-a-container@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# build_arch: linux/amd64
# publish: 'true'
# build_args: 'PUPPET_VERSION=8'

0 comments on commit af61d7c

Please sign in to comment.