Skip to content

Commit

Permalink
fix: remove old ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 16, 2022
1 parent ccb85a1 commit ab294e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v3
with:
images: zwavejs/zwavejs2mqtt,ghcr.io/zwave-js/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
images: zwavejs/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
tags: |
${{ github.event.inputs.tag }}
flavor: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v3
with:
images: zwavejs/zwavejs2mqtt,ghcr.io/zwave-js/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
images: zwavejs/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
tags: |
type=semver,pattern={{version}}
type=sha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v3
with:
images: zwavejs/zwavejs2mqtt,ghcr.io/zwave-js/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
images: zwavejs/zwavejs2mqtt,zwavejs/zwave-js-ui,ghcr.io/zwave-js/zwave-js-ui
tags: |
test
flavor: |
Expand Down

0 comments on commit ab294e5

Please sign in to comment.