Skip to content

Commit

Permalink
[inventory][fix] do not publish resoto images
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Feb 27, 2024
1 parent a497b4f commit d93a7a0
Showing 1 changed file with 3 additions and 9 deletions.
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

0 comments on commit d93a7a0

Please sign in to comment.