Skip to content

Commit

Permalink
fix: docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 24, 2022
1 parent 9f2b510 commit d48638e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- master
tags:
- v*
env:
IMAGE_NAME: companion-satellite

jobs:
push:
Expand All @@ -32,7 +30,7 @@ jobs:
- name: Determine images to publish
id: image-tags
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
IMAGE_ID=ghcr.io/${{ github.repository }}
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit d48638e

Please sign in to comment.