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 c2b66aa commit 6098907Copy full SHA for 6098907
.github/workflows/archiso.yml
@@ -14,20 +14,20 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Set up Docker Buildx
20
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
21
22
- name: Login to the GitHub Container Registry
23
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
24
with:
25
registry: ghcr.io
26
username: ${{ secrets.GHCR_USER }}
27
password: ${{ secrets.GHCR_TOKEN }}
28
29
- name: Build and push image
30
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
31
32
push: true
33
context: .
0 commit comments