fix: Fixes typo in release workflow.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 4m22s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 4m22s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Create and publish a Docker image
|
||||
|
||||
# Configures this workflow to run every time a change is pushed to the main branch with a semvar tag.
|
||||
# Configures this workflow to run every time a change is pushed to the main branch with a semver tag.
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semvar,pattern={{version}}
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
type=raw,value=latest
|
||||
- name: Build and push Docker image
|
||||
|
||||
Reference in New Issue
Block a user