We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734a7f5 commit 27778bfCopy full SHA for 27778bf
.github/workflows/build-and-release.yaml
@@ -14,16 +14,16 @@ on:
14
15
jobs:
16
build:
17
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
22
- name: Set up Docker BuildKit
23
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
24
25
- name: Login to GitHub Container Registry
26
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
27
with:
28
registry: ghcr.io
29
username: ${{ github.repository_owner }}
0 commit comments