We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6719538 commit 12804d7Copy full SHA for 12804d7
.github/workflows/workflow.yml
@@ -1,7 +1,7 @@
1
name: CI (main and tags)
2
on:
3
push:
4
- branches: [ "main" ]
+ branches: [ "ci" ]
5
tags: [ "v*" ]
6
permissions:
7
checks: write
@@ -35,7 +35,7 @@ jobs:
35
images: |
36
ghcr.io/${{ github.repository }}
37
tags: |
38
- type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
+ type=raw,value=latest,enable=${{ github.ref_name == 'ci' }}
39
type=semver,pattern={{raw}}
40
41
docker-build:
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
matrix:
49
include:
50
- - os: ubuntu-latest
+ - os: self-hosted
51
arch: amd64
52
- os: ubuntu-24.04-arm
53
arch: arm64
@@ -68,7 +68,7 @@ jobs:
68
uses: docker/metadata-action@v5
69
with:
70
71
72
73
flavor: |
74
latest=auto
0 commit comments