diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97e294ad..7356699f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,15 +64,6 @@ jobs: echo "version=$version" >> $GITHUB_OUTPUT echo "branch=$branch" >> $GITHUB_OUTPUT - - id: image_updated - name: Check if image exists and updated - uses: ./.github/actions/image_updated - with: - image: ${{steps.docker_image.outputs.name}} - checksum: ${{steps.docker_image.outputs.checksum}} - username: ${{ secrets.username }} - password: ${{ secrets.password }} - build: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name uses: ./.github/workflows/_build.yml