Skip to content

Commit

Permalink
fix: dev release semver tags not working
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 7, 2023
1 parent 9461a89 commit 577378b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ runs:
- name: Set up development image metadata
id: meta-dev
uses: docker/metadata-action@v4
if: ${{ github.event_name != 'release' }}
with:
images: |
${{ inputs.image-name }}
Expand All @@ -65,7 +64,6 @@ runs:
- name: Build and push development image
uses: docker/build-push-action@v3
if: ${{ github.event_name != 'release' }}
with:
context: ${{ inputs.context }}
file: ${{ inputs.development-dockerfile }}
Expand Down

0 comments on commit 577378b

Please sign in to comment.