This commit is contained in:
parent
70a3d1c821
commit
954c89ff5f
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ jobs:
|
|||
id: check
|
||||
uses: https://github.com/ClementTsang/docker-check-base-image-diff@v0.0.2
|
||||
with:
|
||||
base-image: codeberg.org/forgejo/forgejo:${{ env.FORGEJO_VERSION }}
|
||||
derived-image: ${{ env.REPO }}:latest
|
||||
base-image: docker://codeberg.org/forgejo/forgejo:${{ env.FORGEJO_VERSION }}
|
||||
derived-image: docker://${{ env.REPO }}:latest
|
||||
- name: Check result
|
||||
if: env.SCHEDULED
|
||||
run: echo "Needs updating = ${{ steps.check.outputs.differs }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue