CI: remove the use of our container in check-hashes job

The container is not needed for that simple job, but it takes quite some
time to set it up for each run.
This commit is contained in:
Daniel Jobson 2024-11-12 15:40:45 +01:00
parent 330146ba3a
commit 0d6e55566b
No known key found for this signature in database
GPG key ID: 3707A9DBF4BB8F1A

View file

@ -114,8 +114,6 @@ jobs:
check-hashes:
needs: build-bitstream
runs-on: ubuntu-latest
container:
image: ghcr.io/tillitis/tkey-builder:4
steps:
- name: Checkout
uses: actions/checkout@v4