Skip to content

Commit 8163577

Browse files
committed
chore: Lowercase image
1 parent d2e9938 commit 8163577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
context: android/33-node
7878
push: ${{ github.event_name != 'pull_request' }}
79-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:33-node
79+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME,, }}:33-node
8080
labels: ${{ steps.meta.outputs.labels }}
8181
cache-from: type=gha
8282
cache-to: type=gha,mode=max
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
context: android/34-node
8888
push: ${{ github.event_name != 'pull_request' }}
89-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:34-node
89+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME,, }}:34-node
9090
labels: ${{ steps.meta.outputs.labels }}
9191
cache-from: type=gha
9292
cache-to: type=gha,mode=max
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
context: android/35-node
9898
push: ${{ github.event_name != 'pull_request' }}
99-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:35-node
99+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME,, }}:35-node
100100
labels: ${{ steps.meta.outputs.labels }}
101101
cache-from: type=gha
102102
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)