Skip to content

Commit

Permalink
Fix latest tag for ansible-navigator-demo-ee
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd authored Jun 28, 2021
1 parent 74898c6 commit bab88dc
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 @@ -36,7 +36,7 @@ jobs:
uses: redhat-actions/[email protected]
with:
image: awx-ee
tags: ${{ github.event.release.tag_name }} latest
tags: ${{ github.event.release.tag_name }}
registry: quay.io/ansible/
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
uses: redhat-actions/[email protected]
with:
image: ansible-navigator-demo-ee
tags: ${{ github.event.release.tag_name }}
tags: ${{ github.event.release.tag_name }} latest
registry: quay.io/ansible/
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

0 comments on commit bab88dc

Please sign in to comment.