We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43cbbe commit f4ddff8Copy full SHA for f4ddff8
.github/workflows/ci-cd.yml
@@ -26,11 +26,6 @@ jobs:
26
coverage-percentage: ${{ steps.percentage.outputs.percentage }}
27
steps:
28
- uses: actions/checkout@v4
29
- - name: Install podman and buildah
30
- if: matrix.arch.name == 'arm64'
31
- run: |
32
- sudo apt-get update
33
- sudo apt-get install podman buildah
34
- name: Cache veekun database
35
uses: actions/cache@v4
36
with:
@@ -140,11 +135,6 @@ jobs:
140
135
os: ubuntu-24.04-arm # renovate: github-runner
141
136
142
137
143
144
145
146
147
148
138
- name: Get target image name
149
139
id: image
150
run: echo "image_name=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT
0 commit comments