mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Merge 1fb4e1d0e7 into e4aefbc210
This commit is contained in:
commit
fddc441ca9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -17,7 +17,7 @@ env:
|
|||
jobs:
|
||||
tests:
|
||||
uses: ./.github/workflows/run-tests.yml
|
||||
secrets: inherit
|
||||
secrets: {}
|
||||
|
||||
build:
|
||||
needs: [tests]
|
||||
|
|
@ -108,4 +108,4 @@ jobs:
|
|||
$(printf '${{ env.IMAGE }}@sha256:%s ' *)
|
||||
|
||||
- name: Inspect image
|
||||
run: docker buildx imagetools inspect ${{ env.IMAGE }}:${{ github.sha }}
|
||||
run: docker buildx imagetools inspect ${{ env.IMAGE }}:${{ github.sha }}
|
||||
Loading…
Reference in a new issue