Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Dec 14, 2024
1 parent 59a6a21 commit daf0676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit daf0676

Please sign in to comment.