Skip to content

Commit 81b09a4

Browse files
authored
Merge pull request #20 from LCAS/ibrahimhroob-patch-1
Update docker-build-image.yml - push image tag
2 parents aab4b57 + 3eca20d commit 81b09a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
# list of Docker images to use as base name for tags
4848
images: |
4949
${{ matrix.push_image }}
50-
50+
tags: |
51+
type=ref,event=branch,pattern=main
52+
latest
5153
5254
- name: Build Public Docker Image
5355
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)