We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31b988 commit 9152ff5Copy full SHA for 9152ff5
.github/workflows/build_and_publish_software.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
REGISTRY: ghcr.io
9
- IMAGE_NAME_LOWER: ${{ github.repository | toLower }}-software
+ IMAGE_NAME: epaper-info-display-software
10
11
jobs:
12
build-and-push-image:
@@ -30,4 +30,4 @@ jobs:
30
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
31
with:
32
context: "{{defaultContext}}:software"
33
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LOWER }}:latest
+ tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
0 commit comments