Skip to content

Commit

Permalink
Merge pull request #3 from UCBoulder/tag_latest
Browse files Browse the repository at this point in the history
Add latest tag
  • Loading branch information
erinn authored Jul 9, 2021
2 parents 60706b1 + c2e9e26 commit 104012a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Push awx-ee
uses: redhat-actions/push-to-registry@v2.1.1
uses: redhat-actions/push-to-registry@v2.3.1
with:
image: awx-ee
tags: ${{ github.event.release.tag_name }}
tags: latest ${{ github.event.release.tag_name }}
registry: ghcr.io/${{ env.REPO }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 104012a

Please sign in to comment.