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 /.github | |
parent | 851bbbbcbaf64187c0d587528a4e7aa42e216e4e (diff) | |
download | rabbitmq-server-git-66bfc7b7548bf9b69769ec6f26ce919c651ef97d.tar.gz |
docker/build-push-action does not support load and push both trueupdate-gh-actions-docker-tests
Diffstat (limited to '.github')
-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 |
3 files changed, 0 insertions, 3 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: | |