From 0cd5950db1d5237ef897b37a38145b6cb01d1d4e Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sat, 16 Mar 2024 12:45:51 +0100 Subject: [PATCH] chore(#502): :technologist: Signed-off-by: Andy Augustin --- .github/workflows/push_docker.yml | 3 --- README.md | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push_docker.yml b/.github/workflows/push_docker.yml index a479a50a..5a4d7c1d 100644 --- a/.github/workflows/push_docker.yml +++ b/.github/workflows/push_docker.yml @@ -78,9 +78,6 @@ jobs: container-structure-test test \ --image andyaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \ --config src/test-config.yaml - container-structure-test test \ - --image ghcr.io/andreasaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \ - --config src/test-config.yaml - name: push ${{ matrix.variant }} uses: docker/build-push-action@v5 with: diff --git a/README.md b/README.md index e703debc..b7c3aaf3 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ There are other great tools available within GitHub. Here you can find a compari | ignore files | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | | creates a PR | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | | sign commits | :heavy_check_mark: | :x: | :x: | :x: | +| docker images available | :heavy_check_mark: | :x: | :x: | :x: | | remarks | The action is placed within the target repositories | The action is placed within the target repositories | CLI meant for local use | The action will be based within the base repository with a list of dependent repositories | ## DEV