Skip to content

Commit

Permalink
fix: set push to true for mesos images (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo authored Jul 11, 2024
1 parent ca4528f commit dc57387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: container/apache-mesos
file: container/apache-mesos/Dockerfile
platforms: linux/arm64,linux/amd64
push: false
push: true
tags: ghcr.io/observiq/apache-mesos:${{ steps.get-tag.outputs.tag }}

push-images:
Expand Down

0 comments on commit dc57387

Please sign in to comment.