We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064994c commit 7c772baCopy full SHA for 7c772ba
.github/workflows/build.yaml
@@ -27,9 +27,9 @@ jobs:
27
with:
28
push: true
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
+ - 'ghcr.io/multitheftauto/mtasa-blue-gcc:latest'
+ - 'ghcr.io/multitheftauto/mtasa-blue-gcc:noble'
+ - 'ghcr.io/multitheftauto/mtasa-blue-gcc:15-noble'
33
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
34
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max
35
- name: Move cache
0 commit comments