diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0528892..472bb47 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -36,7 +36,8 @@ jobs: password: ${{ secrets.HUB_PASSWORD }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Extract metadata (tags, labels) for Docker id: meta