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 ec68f3b + f2b53ec commit b8187bdCopy full SHA for b8187bd
.github/workflows/release.yml
@@ -27,13 +27,13 @@ jobs:
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v1
29
- name: Login to Scaleway Container Registry
30
- uses: docker/login-action@v1.12.0
+ uses: docker/login-action@v1.13.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