diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f96bd5..9b2b8d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2 with: context: . push: true