Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd authored Aug 4, 2021
1 parent 2062bb7 commit 37175cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
docker tag quay.io/ansible/awx-ee:${{ github.event.release.tag_name }} quay.io/ansible/awx-ee:latest
docker tag quay.io/ansible/awx-ee:${{ github.event.release.tag_name }} quay.io/ansible/ansible-navigator-demo-ee:${{ github.event.release.tag_name }}
docker tag awx-ee:${{ github.event.release.tag_name }} ansible-navigator-demo-ee:latest
docker tag quay.io/ansible/awx-ee:${{ github.event.release.tag_name }} ansible-navigator-demo-ee:latest
- name: Push images
run: |
Expand Down

0 comments on commit 37175cc

Please sign in to comment.