Skip to content

Commit

Permalink
Remove non-semver tags from docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 26, 2021
1 parent 6ae95fa commit 5e1a53e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
tags: |
type=schedule
type=semver,pattern={{version}}
type=ref,event=tag
type=raw,enable=${{ github.event_name == 'workflow_dispatch' }},value=${{ github.event.inputs.tag }}
- name: Build Docker image
Expand Down

0 comments on commit 5e1a53e

Please sign in to comment.