diff options
author | Philip Kuryloski <kuryloskip@vmware.com> | 2020-12-10 13:19:18 +0100 |
---|---|---|
committer | Philip Kuryloski <kuryloskip@vmware.com> | 2020-12-10 13:19:18 +0100 |
commit | 66bfc7b7548bf9b69769ec6f26ce919c651ef97d (patch) | |
tree | cbd1fe4ab18508a1a6eb7e22878546e86f6f96be | |
parent | 851bbbbcbaf64187c0d587528a4e7aa42e216e4e (diff) | |
download | rabbitmq-server-git-update-gh-actions-docker-tests.tar.gz |
docker/build-push-action does not support load and push both trueupdate-gh-actions-docker-tests
-rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-23.1.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-git.yaml | 1 | ||||
-rw-r--r-- | workflow_sources/test/prepare.lib.yml | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml index f26eb1afe3..3a16acb11e 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-22.3.yaml @@ -38,7 +38,6 @@ jobs: uses: docker/build-push-action@v2 with: push: true - load: true file: ci/dockerfiles/ci tags: eu.gcr.io/cf-rabbitmq-core/ci:erlang-22.3-rabbitmq-${{ github.sha }} build-args: | diff --git a/.github/workflows/test-erlang-otp-23.1.yaml b/.github/workflows/test-erlang-otp-23.1.yaml index 5c234fe22e..79aba5cd74 100644 --- a/.github/workflows/test-erlang-otp-23.1.yaml +++ b/.github/workflows/test-erlang-otp-23.1.yaml @@ -38,7 +38,6 @@ jobs: uses: docker/build-push-action@v2 with: push: true - load: true file: ci/dockerfiles/ci tags: eu.gcr.io/cf-rabbitmq-core/ci:erlang-23.1-rabbitmq-${{ github.sha }} build-args: | diff --git a/.github/workflows/test-erlang-otp-git.yaml b/.github/workflows/test-erlang-otp-git.yaml index e070941d55..48dc29a971 100644 --- a/.github/workflows/test-erlang-otp-git.yaml +++ b/.github/workflows/test-erlang-otp-git.yaml @@ -76,7 +76,6 @@ jobs: uses: docker/build-push-action@v2 with: push: true - load: true file: ci/dockerfiles/ci tags: eu.gcr.io/cf-rabbitmq-core/ci:erlang-git-rabbitmq-${{ github.sha }} build-args: | diff --git a/workflow_sources/test/prepare.lib.yml b/workflow_sources/test/prepare.lib.yml index 08a78ec1bc..0b5e54663e 100644 --- a/workflow_sources/test/prepare.lib.yml +++ b/workflow_sources/test/prepare.lib.yml @@ -78,7 +78,6 @@ prepare: uses: docker/build-push-action@v2 with: push: true - load: true file: ci/dockerfiles/ci tags: #@ 'eu.gcr.io/cf-rabbitmq-core/ci:{}'.format(ci_image_tag(erlang_version)) #@ rabbitmq_version = data.values.base_rmq_ref.replace('master', '3.9.x').replace('.x', '.0') |