Skip to content

Commit 7c772ba

Browse files
committed
Update build.yaml
1 parent 064994c commit 7c772ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
push: true
2929
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
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'
3333
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
3434
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
3535
- name: Move cache

0 commit comments

Comments
 (0)