Skip to content

Commit ec0e4d3

Browse files
committed
Made container build and push to be tagged as latest.
1 parent 84664f5 commit ec0e4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
type=semver,pattern={{version}}
4141
type=semver,pattern={{major}}.{{minor}}
4242
type=sha,format=short
43+
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
4344
4445
- name: Build and push Docker image
4546
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)