diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129249c..4e435f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: ${{ github.event_name == 'push' || github.event_name == 'release' }} tags: ${{ steps.meta.outputs.tags }}