Skip to content

Commit

Permalink
Fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Nov 13, 2023
1 parent 207deb0 commit 4672746
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
buildAndPublish:
defaults:
run:
working-directory: ./templates/base
working-directory: ./sandboxes/base

name: Build and Push Images
runs-on: ubuntu-20.04
Expand All @@ -33,9 +33,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

0 comments on commit 4672746

Please sign in to comment.