Skip to content

Commit c8404bc

Browse files
committed
update container to latest
1 parent be11870 commit c8404bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs_no_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
1616

1717
container:
18-
image: ghcr.io/telerik/blazor-build:dev
18+
image: ghcr.io/telerik/blazor-build:latest
1919
credentials:
2020
username: ${{ github.actor }}
2121
password: ${{ github.token }}
@@ -60,4 +60,4 @@ jobs:
6060
run: |
6161
bundle --without development --path ~/gems
6262
bundle exec jekyll build --config=_config.yml,_test_iis.yml
63-
working-directory: temp/blazor-docs
63+
working-directory: temp/blazor-docs

0 commit comments

Comments
 (0)