Skip to content

Commit

Permalink
Merge pull request #408 from stacks-network/remove-quay
Browse files Browse the repository at this point in the history
remove quay
  • Loading branch information
criadoperez authored Jun 23, 2022
2 parents 872b4da + e768030 commit c473c27
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Build/Tag/Push Image - Quay
uses: docker/build-push-action@v1
with:
repository: ${{ env.IMAGE_NAME }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
registry: quay.io
path: ${{ matrix.context }}
tags: ${{ needs.semantic-release.outputs.new_release_version }}
tag_with_ref: true
add_git_labels: true
# Only push if there's a new release on main branch, or if building a non-main branch
push: ${{ github.ref != 'refs/heads/master' || needs.semantic-release.outputs.new_release_version != '' }}
# - name: Build/Tag/Push Image - Quay
# uses: docker/build-push-action@v1
# with:
# repository: ${{ env.IMAGE_NAME }}
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_PASSWORD }}
# registry: quay.io
# path: ${{ matrix.context }}
# tags: ${{ needs.semantic-release.outputs.new_release_version }}
# tag_with_ref: true
# add_git_labels: true
# # Only push if there's a new release on main branch, or if building a non-main branch
# push: ${{ github.ref != 'refs/heads/master' || needs.semantic-release.outputs.new_release_version != '' }}

- name: Build/Tag/Push Image - Dockerhub
uses: docker/build-push-action@v1
Expand Down

0 comments on commit c473c27

Please sign in to comment.