Skip to content

Commit

Permalink
Revert "change image id"
Browse files Browse the repository at this point in the history
This reverts commit c3c50c6.
  • Loading branch information
Dan Grøndahl Glavind committed Mar 11, 2021
1 parent c3c50c6 commit 4b83502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
pull_request:

env:
IMAGE_NAME: ${{ github.repository }}
# TODO: Change variable to your image's name.
IMAGE_NAME: image

jobs:
# Run tests.
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:

- name: Push image
run: |
IMAGE_ID=docker.pkg.github.com/${{github.repository_owner}}/$IMAGE_NAME
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit 4b83502

Please sign in to comment.