Skip to content

Commit

Permalink
debug CI [drop]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 11, 2023
1 parent e263b60 commit 5cd3f4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- gh-ci # todo: remove

jobs:
lint:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
uses: docker/build-push-action@v4
with:
file: pipeline.Dockerfile
push: true
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-pipeline:latest
platforms: linux/amd64,linux/arm64
Expand All @@ -50,7 +51,7 @@ jobs:
with:
file: dagster.Dockerfile
target: daemon
push: true
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-daemon:latest
platforms: linux/amd64,linux/arm64
Expand All @@ -63,7 +64,7 @@ jobs:
with:
file: dagster.Dockerfile
target: dagit
push: true
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-dagit:latest
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5cd3f4f

Please sign in to comment.