Skip to content

Commit d87c431

Browse files
committed
Drop superfluous build matrix
1 parent 4f05957 commit d87c431

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/container-auto-update.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,10 @@ jobs:
2121
contents: read
2222
packages: write
2323

24-
strategy:
25-
matrix:
26-
BUILD_REF:
27-
- refs/heads/main
28-
fail-fast: false
29-
max-parallel: 1
30-
3124
env:
3225
REGISTRY: ghcr.io
3326
OWNER: sgsgermany
3427
IMAGE: archlinux
35-
BUILD_REF: ${{ matrix.BUILD_REF }}
3628

3729
steps:
3830
- name: Setup CI tools
@@ -43,8 +35,6 @@ jobs:
4335
4436
- name: Checkout repository
4537
uses: actions/checkout@v4
46-
with:
47-
ref: ${{ env.BUILD_REF }}
4838

4939
- name: Log into container registry ${{ env.REGISTRY }}
5040
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)