Skip to content

Commit

Permalink
fix: image release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jul 24, 2024
1 parent b2a65ef commit 55e6785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
echo $DOCKER_PASSWORD | docker login --username $DOCKER_USER --password-stdin
- name: Set up support for multi platform build
run: |
docker run --privileged --rm tonistiigi/binfmt --install all
Expand All @@ -252,5 +252,5 @@ jobs:
env:
E2B_API_KEY: ${{secrets.E2B_API_KEY}}
run: |
cd dockerfiles/
cd python/dockerfiles/
make e2b

0 comments on commit 55e6785

Please sign in to comment.