Skip to content

Commit c73c9f3

Browse files
committed
Add more image tags
1 parent 8de366f commit c73c9f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- uses: docker/build-push-action@v6
2727
with:
2828
push: true
29-
tags: ghcr.io/multitheftauto/mtasa-blue-gcc:latest
29+
tags:
30+
- ghcr.io/multitheftauto/mtasa-blue-gcc:latest
31+
- ghcr.io/multitheftauto/mtasa-blue-gcc:noble
32+
- ghcr.io/multitheftauto/mtasa-blue-gcc:15-noble
3033
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
3134
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
3235
- name: Move cache

0 commit comments

Comments
 (0)