Skip to content

Commit

Permalink
fix tag building
Browse files Browse the repository at this point in the history
  • Loading branch information
jangrewe committed Aug 24, 2022
1 parent f9d4b7c commit b8f0447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker Image CI

on:
push:
tags: [ "*" ]
branches: [ "master" ]
pull_request:
branches: [ "master" ]
Expand All @@ -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
Expand Down

0 comments on commit b8f0447

Please sign in to comment.