Skip to content

Commit 1b3caf4

Browse files
committed
chore: Tag!
1 parent 3424ecb commit 1b3caf4

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: ${{ steps.meta.outputs.tags }}
79+
tags: 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: ${{ steps.meta.outputs.tags }}
89+
tags: 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: ${{ steps.meta.outputs.tags }}
99+
tags: 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)