Skip to content

Commit

Permalink
ci(SP-1682): fix gha publish quay (#6)
Browse files Browse the repository at this point in the history
* ci(SP-1682): publish images to quay.io as tmp fix

* ci: pushing new releases of image too

* test publish to quay.io

* testing again

* typos and using target-specific vars

* syntax error

* syntax error

* add missing quay.io repo

* removing test steps

* remove redundant target

* ci(SP-1682): fix invalid env var
  • Loading branch information
davidsalvador-tf authored Apr 7, 2022
1 parent d3b6828 commit 40bd428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ jobs:
if: contains(github.ref, 'refs/heads/main')
run: make push-latest-quay
env:
RELEASE_TAG: ${{ steps.semantic.outputs.release-version }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 40bd428

Please sign in to comment.