Skip to content

Commit

Permalink
fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed May 17, 2024
1 parent 484086f commit 0d55562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-stable-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: [matterlabs-ci-runner]
steps:
- name: Login to Docker registries
run: docker login -u ${{ secrets.DOCKERHUB_USER }} -p ${{ secrets.DOCKERHUB_TOKEN }}
run: |
docker login -u ${{ secrets.DOCKERHUB_USER }} -p ${{ secrets.DOCKERHUB_TOKEN }}
gcloud auth configure-docker us-docker.pkg.dev -q
- name: Check if alpha image exists
run: |
Expand Down
22 changes: 0 additions & 22 deletions tst.sh

This file was deleted.

0 comments on commit 0d55562

Please sign in to comment.