Skip to content

Commit

Permalink
preparing to test action with web drivers! (#96)
Browse files Browse the repository at this point in the history
* preparing to test action with web drivers!
* update container to use ghcr.io
* update container base to new release

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 24, 2022
1 parent 1973808 commit 9d85fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/urlstechie/urlchecker:0.0.30
FROM ghcr.io/urlstechie/urlchecker:0.0.31
COPY entrypoint.sh /entrypoint.sh
WORKDIR /github/workspace
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
Expand Down

0 comments on commit 9d85fb5

Please sign in to comment.