Skip to content
Snippets Groups Projects
Commit b8f04476 authored by Jan Grewe's avatar Jan Grewe
Browse files

fix tag building

parent f9d4b7c9
Branches
Tags
No related merge requests found
Pipeline #868 passed
......@@ -2,6 +2,7 @@ name: Docker Image CI
on:
push:
tags: [ "*" ]
branches: [ "master" ]
pull_request:
branches: [ "master" ]
......@@ -19,9 +20,8 @@ jobs:
images: |
jangrewe/gitlab-ci-android
tags: |
type=ref,event=branch
type=ref,event=tag
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value={{tag}}
flavor: latest=true
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment