Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheebo authored Dec 27, 2020
1 parent 08bd3c6 commit 3a8ec3c
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 @@ -5,7 +5,7 @@ on:
branches:
- 'dev'
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
docker:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit 3a8ec3c

Please sign in to comment.