Skip to content

Commit

Permalink
Only gate publish on xpkg
Browse files Browse the repository at this point in the history
Updates publish gate to depend on access ID rather than unused Docker
user.

Signed-off-by: hasheddan <[email protected]>
  • Loading branch information
hasheddan committed Oct 12, 2022
1 parent be2a1f0 commit 2854ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:

- name: Publish Artifacts to Upbound
run: make -j2 publish BRANCH_NAME=${GITHUB_REF##*/}
if: env.CONTRIB_DOCKER_USR != ''
if: env.XPKG_ACCESS_ID != ''
env:
GIT_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 2854ca1

Please sign in to comment.