diff --git a/.github/workflows/e2e-kaniko.yaml b/.github/workflows/e2e-kaniko.yaml index 25c3e47..935b1bd 100644 --- a/.github/workflows/e2e-kaniko.yaml +++ b/.github/workflows/e2e-kaniko.yaml @@ -43,7 +43,7 @@ jobs: images: ghcr.io/${{ github.repository }}/e2e # avoid overwriting the latest tag because metadata-action does not add a suffix to it flavor: latest=false,suffix=-kaniko-${{ matrix.platform }} - - uses: int128/kaniko-action@b470bb6ed8a38f9e92969f79f2361c37558cf370 # v1.32.0 + - uses: int128/kaniko-action@731202ee2c126d4ba7556a10b1de2013e4f686c7 # v1.33.0 with: push: true context: tests/fixtures