diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8578573..2bb48c3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -52,5 +52,6 @@ jobs: - name: Tag and push stable (main only) if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' run: | + docker pull ${{ secrets.DOCKER_REGISTRY }}/${{ steps.meta.outputs.repo }}:${{ github.sha }} docker tag ${{ secrets.DOCKER_REGISTRY }}/${{ steps.meta.outputs.repo }}:${{ github.sha }} ${{ secrets.DOCKER_REGISTRY }}/${{ steps.meta.outputs.repo }}:stable docker push ${{ secrets.DOCKER_REGISTRY }}/${{ steps.meta.outputs.repo }}:stable