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 0873c9b commit d22581fCopy full SHA for d22581f
.github/workflows/build.yml
@@ -11,21 +11,21 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Set up QEMU
14
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
15
16
- name: Set up Docker Buildx
17
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
18
19
- name: Login to GHCR (GitHub Packages)
20
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
21
with:
22
registry: ghcr.io
23
username: ${{ github.actor }}
24
password: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Build and push
27
id: docker_build
28
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
29
30
push: true
31
tags: |
0 commit comments