Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inventory][fix] do not publish resoto images #1946

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ jobs:
- name: Docker fixinventorybase meta
id: basemeta
uses: docker/metadata-action@v4
with: # todo: remove resotobase before tagging 4.0
with:
images: |
someengineering/resotobase
ghcr.io/someengineering/resotobase
someengineering/fixinventorybase
ghcr.io/someengineering/fixinventorybase
flavor: |
Expand All @@ -101,12 +99,10 @@ jobs:
if: github.event_name != 'pull_request'
id: coremeta
uses: docker/metadata-action@v4
with: # todo: remove resotocore before tagging 4.0
with:
images: |
someengineering/fixcore
ghcr.io/someengineering/fixcore
someengineering/resotocore
ghcr.io/someengineering/resotocore
flavor: |
latest=${{ steps.platform.outputs.latest }}
tags: |
Expand All @@ -124,12 +120,10 @@ jobs:
if: github.event_name != 'pull_request'
id: workermeta
uses: docker/metadata-action@v4
with: # todo: remove resotoworker before tagging 4.0
with:
images: |
someengineering/fixworker
ghcr.io/someengineering/fixworker
someengineering/resotoworker
ghcr.io/someengineering/resotoworker
flavor: |
latest=${{ steps.platform.outputs.latest }}
tags: |
Expand Down
Loading