summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2023-01-31 13:09:22 -0500
committerGitHub <noreply@github.com>2023-01-31 13:09:22 -0500
commit706e5fd35754697319236c43ba4372cabb04f711 (patch)
tree1615034be93d113a5425b9de0b8b40d9a0c64842
parent9ba8052ea1b378b287dbaa89e121c8161f5bd9a8 (diff)
parentfa94682c61ecf902b3b184934d0541f0781db80f (diff)
downloadrabbitmq-server-git-706e5fd35754697319236c43ba4372cabb04f711.tar.gz
Merge pull request #7123 from rabbitmq/dependabot/github_actions/main/docker/build-push-action-4
Bump docker/build-push-action from 2 to 4
-rw-r--r--.github/workflows/oci-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml
index fd8abe1319..fa79bc22ff 100644
--- a/.github/workflows/oci-base.yaml
+++ b/.github/workflows/oci-base.yaml
@@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
with:
context: packaging/base-image
platforms: linux/amd64,linux/arm64