From daf0676f1bb26bad7a8b1d0832f6287aac69b9fe Mon Sep 17 00:00:00 2001 From: Glutamat42 Date: Sat, 14 Dec 2024 17:24:11 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c712e7..15a5e9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,12 +26,12 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: build-args: | MOODLE_VERSION=${{ matrix.moodle_version }} push: true - tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.moodle_version }} + tags: ${{ env.REGISTRY }}/projektadler/adler-moodle:${{ matrix.moodle_version }} # # - name: Prepare release body (description)