summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-03-06 10:36:16 -0500
committerAustin S. Hemmelgarn <austin@netdata.cloud>2024-03-06 10:36:16 -0500
commit2a4c3af77d84ce2ead56ee690c3fc3a1cd367a43 (patch)
tree59f728e31fc873a917256f0ab2e5335ef3f55918 /.github
parenta0c2b9c723cc88add9e37243e0a0d5bcef4a4bfa (diff)
Fix issues with Docker workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index fae88bff17..8401a36fba 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -59,7 +59,6 @@ jobs:
.github/workflows/docker.yml
.github/scripts/docker-test.sh
.github/scripts/gen-docker-tags.py
- .github/scripts/gen-docker-build-info.py
.github/scripts/gen-docker-imagetool-args.py
packaging/cmake/
packaging/docker/
@@ -259,7 +258,7 @@ jobs:
platforms: ${{ matrix.platform }}
cache-from: type=local,src=/tmp/build-cache
build-args: OFFICIAL_IMAGE=${{ env.OFFICIAL_IMAGE }}
- outputs: type=image,name=netdata/netdata,push-by-digest=true,name-canonical=true,push=true
+ outputs: type=image,name=netdata/netdata-ci-test,push-by-digest=true,name-canonical=true,push=true
- name: Export Digest
id: export-digest
if: github.repository == 'netdata/netdata'
@@ -331,7 +330,7 @@ jobs:
- name: Create and Push Manifest
id: manifest
if: github.repository == 'netdata/netdata'
- run: docker buildx imagetool create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests '' ${{ needs.gen-tags.outputs.tags }})
+ run: docker buildx imagetools create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests '' ${{ needs.gen-tags.outputs.tags }})
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env:
@@ -410,7 +409,7 @@ jobs:
platforms: ${{ matrix.platform }}
cache-from: type=local,src=/tmp/build-cache
build-args: OFFICIAL_IMAGE=${{ env.OFFICIAL_IMAGE }}
- outputs: type=image,name=netdata/netdata,push-by-digest=true,name-canonical=true,push=true
+ outputs: type=image,name=quay.io/netdata/netdata-ci-test,push-by-digest=true,name-canonical=true,push=true
- name: Export Digest
id: export-digest
if: github.repository == 'netdata/netdata'
@@ -483,7 +482,7 @@ jobs:
- name: Create and Push Manifest
id: manifest
if: github.repository == 'netdata/netdata'
- run: docker buildx imagetool create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests '' ${{ needs.gen-tags.outputs.tags }})
+ run: docker buildx imagetools create $(.github/scripts/gen-docker-imagetool-args.py /tmp/digests '' ${{ needs.gen-tags.outputs.tags }})
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
env: