From 2b1c275665de742f423bbe0439e8fc5d80fde9a4 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:41:48 +0200 Subject: [PATCH] Fixed github ref --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8ca7dd1b9..4aabcefbb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,9 +23,9 @@ jobs: - name: Check out uses: actions/checkout@v4 - with: + with: path: etherpad - + - name: Set up QEMU if: github.event_name == 'push' @@ -125,7 +125,7 @@ jobs: uses: actions/checkout@v4 with: path: ether-charts - repository: https://github.com/ether/ether-charts + repository: ether/ether-charts token: ${{ secrets.GITHUB_TOKEN }} - name: Update tag in values-dev.yaml #if: github.event == 'push' && github.ref == 'refs/heads/develop'