Skip to content

Commit

Permalink
trying to fix tags with container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Trip committed Sep 26, 2023
1 parent d13ea0b commit c1b7d35
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
tags:
- '*'
- 'v*'
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -62,14 +62,6 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
Expand Down

0 comments on commit c1b7d35

Please sign in to comment.