diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index cceadae..4226cf0 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -36,7 +36,7 @@ jobs: images: ghcr.io/${{ github.repository }} - name: Build and push Docker images - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} tags: ${{ steps.meta.outputs.tags }}