Skip to content

Commit 8bffe2f

Browse files
committed
Try to fix
1 parent 3a65cfc commit 8bffe2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
REGISTRY: pwabuilder.azurecr.io
1111
IMAGE_NAME: pwa-android-build-box
12+
TAG: master
1213

1314
jobs:
1415

@@ -42,12 +43,13 @@ jobs:
4243
with:
4344
context: .
4445
push: false
46+
load: true
4547
platforms: linux/amd64
46-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master,${{ steps.meta.outputs.tags }}
48+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }},${{ steps.meta.outputs.tags }}
4749
labels: ${{ steps.meta.outputs.labels }}
4850
cache-from: type=gha
4951
cache-to: type=gha,mode=max
5052
target: minimal-plus
5153

5254
- name: Push
53-
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
55+
run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}

0 commit comments

Comments
 (0)