Skip to content

Commit

Permalink
publish [f]
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 11, 2023
1 parent 231060f commit 7a0626f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
file: pipeline.Dockerfile
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-pipeline:latest
ghcr.io/${{ github.repository_owner }}/dagster-pipeline:latest
platforms: linux/amd64,linux/arm64
# https://docs.docker.com/build/ci/github-actions/cache/#cache-backend-api
cache-from: type=gha
Expand All @@ -53,7 +53,7 @@ jobs:
target: daemon
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-daemon:latest
ghcr.io/${{ github.repository_owner }}/dagster-daemon:latest
platforms: linux/amd64,linux/arm64
# https://docs.docker.com/build/ci/github-actions/cache/#cache-backend-api
cache-from: type=gha
Expand All @@ -66,7 +66,7 @@ jobs:
target: dagit
# push: true
tags: |
ghcr.io/${{ github.github.repository_owner }}/dagster-dagit:latest
ghcr.io/${{ github.repository_owner }}/dagster-dagit:latest
platforms: linux/amd64,linux/arm64
# https://docs.docker.com/build/ci/github-actions/cache/#cache-backend-api
cache-from: type=gha
Expand Down

0 comments on commit 7a0626f

Please sign in to comment.