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