Skip to content

Commit

Permalink
Update CI base image
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 2, 2023
1 parent 6f2fc62 commit 5a8e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Build & publish container to Docker Hub
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/')
runs-on: ubuntu-latest
container: httptoolkit/act-build-base
container: httptoolkit/act-build-base:v3.0.0
needs: build
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5a8e273

Please sign in to comment.