diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index caeb9b3a..91872f2c 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -53,7 +53,7 @@ jobs: build_context: ./frontend steps: - uses: actions/checkout@v3 - - uses: bcgov-nr/action-builder-ghcr@v1.1.2 + - uses: bcgov-nr/action-builder-ghcr@v2.0.1 with: package: ${{ matrix.package }} build_file: ${{ matrix.build_file }}