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.
2 parents c10164d + 4a9d058 commit fdd21c8Copy full SHA for fdd21c8
.github/workflows/release.yml
@@ -27,13 +27,13 @@ jobs:
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v3
29
- name: Login to Scaleway Container Registry
30
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.2.0
31
with:
32
registry: rg.nl-ams.scw.cloud/cloud-skadi
33
username: nologin
34
password: ${{ secrets.SCALEWAY_TOKEN }}
35
- name: Login to Docker Hub
36
37
38
username: ${{ secrets.DOCKER_HUB_USERNAME }}
39
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments