diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3209..06299b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }} - name: Build rsyslog and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153 with: context: "./contrib/rsyslog" push: true @@ -61,7 +61,7 @@ jobs: labels: ${{ steps.meta-api.outputs.labels }} - name: Build and push Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 + uses: docker/build-push-action@4fad532b9fdbfb80f436784834374a1c11834153 with: push: true file: Dockerfile