Skip to content

Commit

Permalink
Hardcode the org to push the devenv image to
Browse files Browse the repository at this point in the history
  • Loading branch information
ud3sh committed Oct 3, 2023
1 parent 839a7f3 commit 2a24717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/devenv:latest
tags: evidencedev/devenv:latest
- name: Build and push lite image (no DuckDB support)
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile-lite
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/devenv-lite:latest
tags: evidencedev/devenv-lite:latest

0 comments on commit 2a24717

Please sign in to comment.