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 8de366f commit c73c9f3Copy full SHA for c73c9f3
.github/workflows/build.yaml
@@ -26,7 +26,10 @@ jobs:
26
- uses: docker/build-push-action@v6
27
with:
28
push: true
29
- tags: ghcr.io/multitheftauto/mtasa-blue-gcc:latest
+ 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
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