Skip to content

Commit a4df6b6

Browse files
authored
Add SHA type to Docker workflow parameters
1 parent ebfafeb commit a4df6b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
type=semver,pattern={{version}}
2828
type=semver,pattern={{major}}.{{minor}}
2929
type=semver,pattern={{major}}
30+
type=sha
3031
- name: Build and push
3132
uses: docker/build-push-action@v5
3233
with:
34+
context: .
3335
push: true
3436
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)