Skip to content

Commit 8296c7d

Browse files
committed
ci: use ubuntu-22.04 and remove cache
1 parent 62cb37b commit 8296c7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
jobs:
2626
opinitd:
2727
name: opinitd
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-22.04
2929

3030
permissions:
3131
contents: read
@@ -68,5 +68,3 @@ jobs:
6868
platforms: linux/amd64,linux/arm64
6969
tags: ${{ steps.meta.outputs.tags }}
7070
labels: ${{ steps.meta.outputs.labels }}
71-
cache-from: type=gha
72-
cache-to: type=gha

0 commit comments

Comments
 (0)