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 c763b0a commit f70975eCopy full SHA for f70975e
.github/workflows/ghcr.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
- name: Set up Docker Buildx
34
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
35
# Uses the `docker/login-action` action to log in to the Container registry using the account and
36
# password that will publish the packages. Once published, the packages are scoped to the account defined here.
37
- name: Log in to the Container registry
0 commit comments