Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Dec 14, 2024
1 parent 98198d7 commit 59a6a21
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,19 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@v2
with:
build-args: |
MOODLE_VERSION=${{ matrix.moodle_version }}
push: true
# tags: adler-moodle:${{ matrix.moodle_version }}-${{ github.event.release.tag_name }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.moodle_version }}

#
# - name: Prepare release body (description)
Expand Down

0 comments on commit 59a6a21

Please sign in to comment.