Skip to content

Commit 0ab2472

Browse files
committed
feat: publish metabased-sequencer to ghcr and google
1 parent c99c62d commit 0ab2472

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.github/workflows/publish-image-metabased-sequencer-dry-run.yaml renamed to .github/workflows/publish-image-sequencer-dry-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
METABASED_SEQUENCER_IMAGE_NAME: ${{ github.repository }}/metabased-sequencer/${{ github.run_id }} #TODO remove me
12+
METABASED_SEQUENCER_IMAGE_NAME: ${{ github.repository }}/metabased-sequencer
1313

1414
jobs:
1515
dry-run-sequencer:
@@ -48,7 +48,7 @@ jobs:
4848
context: .
4949
target: metabased-sequencer
5050
file: Dockerfile
51-
push: true #TODO fix me
51+
push: false
5252
platforms: linux/amd64
5353
tags: ${{ steps.meta-sequencer.outputs.tags }}
5454
labels: ${{ steps.meta-sequencer.outputs.labels }}

.github/workflows/push-image-multiple-registries.yaml renamed to .github/workflows/publish-image-sequencer-multiple-registries.yaml

File renamed without changes.
File renamed without changes.

.github/workflows/publish-image-metabased-translator-dry-run.yaml renamed to .github/workflows/publish-image-translator-dry-run.yaml

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)