Skip to content

Commit

Permalink
Try command again
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Nov 13, 2023
1 parent 4672746 commit 75b50b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
with:
file: e2b.Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/base:latest
run: |
docker buildx build \
--file e2b.Dockerfile \
--platform linux/amd64,linux/arm64 \
--push \
--tag ${{ secrets.DOCKERHUB_USERNAME }}/base:latest .

0 comments on commit 75b50b2

Please sign in to comment.