Skip to content

Commit

Permalink
#846 fix base build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 19, 2024
1 parent 44065d8 commit 6606f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerimagebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:

- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.DOCKER_SECRET }}
run: docker login -u skalelabsci -p ${GITHUB_TOKEN}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin

- name: push docker image
run: docker push skalenetwork/consensust_base:latest
Expand Down

0 comments on commit 6606f53

Please sign in to comment.