We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f05957 commit d87c431Copy full SHA for d87c431
1 file changed
.github/workflows/container-auto-update.yml
@@ -21,18 +21,10 @@ jobs:
21
contents: read
22
packages: write
23
24
- strategy:
25
- matrix:
26
- BUILD_REF:
27
- - refs/heads/main
28
- fail-fast: false
29
- max-parallel: 1
30
-
31
env:
32
REGISTRY: ghcr.io
33
OWNER: sgsgermany
34
IMAGE: archlinux
35
- BUILD_REF: ${{ matrix.BUILD_REF }}
36
37
steps:
38
- name: Setup CI tools
@@ -43,8 +35,6 @@ jobs:
43
44
- name: Checkout repository
45
uses: actions/checkout@v4
46
- with:
47
- ref: ${{ env.BUILD_REF }}
48
49
39
- name: Log into container registry ${{ env.REGISTRY }}
50
40
uses: redhat-actions/podman-login@v1
0 commit comments