Skip to content

Commit

Permalink
wip (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton authored Feb 9, 2025
1 parent a1f63c7 commit 1e29911
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to Scaleway Container Registry
uses: docker/login-action@v2
with:
registry: rg.fr-par.scw.cloud/account-registry
username: ${{ secrets.SCW_USERNAME }}
password: ${{ secrets.SCW_PASSWORD }}
run: echo "${{ secrets.SCW_PASSWORD }}" | docker login rg.fr-par.scw.cloud/mynamespace -u nologin --password-stdin

- name: Build and push Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 1e29911

Please sign in to comment.