mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-02-14 11:49:50 +00:00
fix different image name
This commit is contained in:
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- name: Tag Image
|
||||
id: tag_image
|
||||
run: |
|
||||
DOCKER_REPOSITORY=ghcr.io/${{ github.repository }}
|
||||
DOCKER_REPOSITORY=ghcr.io/${{ github.repository }}/$IMAGE_NAME
|
||||
|
||||
# Change all uppercase to lowercase
|
||||
DOCKER_REPOSITORY=$(echo $DOCKER_REPOSITORY | tr '[A-Z]' '[a-z]')
|
||||
|
||||
Reference in New Issue
Block a user