Skip to content

Commit

Permalink
Hack to build initial container
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Sep 3, 2024
1 parent c0e7e6c commit f63e264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=1.0.0
type=semver,pattern={{major}}.{{minor}},value=1.0.0
type=semver,pattern={{major}},value=1.0.0
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit f63e264

Please sign in to comment.