diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-18 09:57:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 09:57:58 +0100 |
commit | d17d931a53f5b684e1aaac2f30e9764268f6f632 (patch) | |
tree | 0c435eb6cf01875204b09df482de1fdf1f78ee65 | |
parent | Bump dawidd6/action-download-artifact from 5 to 6 (#17313) (diff) | |
download | synapse-d17d931a53f5b684e1aaac2f30e9764268f6f632.tar.xz |
Bump docker/build-push-action from 5 to 6 (#17312)
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 391e9c96ff..06aaeb851f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -72,7 +72,7 @@ jobs: - name: Build and push all platforms id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true labels: | |