diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a1031d..ff394b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: id: get_tag run: echo "::set-output name=tag::${GITHUB_REF##*/}" - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . platforms: |