Skip to content

Commit

Permalink
fix ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jan 27, 2025
1 parent abf7eb2 commit 9804e6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Extract metadata (tags) - release
if: github.event_name == 'release'
id: meta
id: meta_release
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/projektadler/adler-moodle
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Extract metadata (tags) - branch
if: github.event_name == 'push'
id: meta
id: meta_branch
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/projektadler/adler-moodle
Expand All @@ -55,8 +55,7 @@ jobs:
build-args: |
MOODLE_VERSION=${{ matrix.moodle_version }}
push: true
tags: ${{ steps.meta.outputs.tags }}

tags: ${{ steps.meta_release.outputs.tags || steps.meta_branch.outputs.tags }}
#
# - name: Prepare release body (description)
# id: prep_body
Expand Down

0 comments on commit 9804e6e

Please sign in to comment.