Skip to content

Commit b8f0447

Browse files
committed
fix tag building
1 parent f9d4b7c commit b8f0447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5+
tags: [ "*" ]
56
branches: [ "master" ]
67
pull_request:
78
branches: [ "master" ]
@@ -19,9 +20,8 @@ jobs:
1920
images: |
2021
jangrewe/gitlab-ci-android
2122
tags: |
22-
type=ref,event=branch
23-
type=ref,event=tag
2423
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
24+
type=raw,value={{tag}}
2525
flavor: latest=true
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)