Skip to content

Commit 711e44b

Browse files
authored
Fix GA image (#5)
1 parent 4f350e7 commit 711e44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manifest-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
jobs:
1010
push-quay:
1111
name: Build and push manifest
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
# Checkout push-to-registry action github repository
1616
- name: Checkout Push to Registry action
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Set up QEMU
1919
uses: docker/setup-qemu-action@v3
2020
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)