Skip to content

Commit

Permalink
don't use semver bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Nov 17, 2023
1 parent 5e933f6 commit cb34538
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Get latest tag
id: latest_tag
uses: DavidSpek/[email protected]
with:
img: 'ghcr.io/pluralsh/marketing-proxy'
-
name: Docker meta
id: meta
Expand All @@ -41,7 +35,6 @@ jobs:
type=sha
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{raw}},value=${{ steps.latest_tag.outputs.new_patch }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit cb34538

Please sign in to comment.