Skip to content

Commit

Permalink
Fix docker hub registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Aug 9, 2021
1 parent a7b141c commit de74d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set environment variables
run: |
REGISTRY_NAME=docker.io/library/amazon
REGISTRY_NAME=docker.io/amazon
BRANCH_OR_TAG=$(echo $GITHUB_REF | cut -d'/' -f3)
if [ "$BRANCH_OR_TAG" = "master" ]; then
GIT_TAG=$GITHUB_SHA
Expand Down

0 comments on commit de74d67

Please sign in to comment.