Skip to content

Commit

Permalink
test github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jan 27, 2025
1 parent 9804e6e commit 9ac6db6
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 @@ -4,7 +4,7 @@ on:
release:
types: [ created ]
push:
branches: [ main ]
branches: [ main, test ]

jobs:
release:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/projektadler/adler-moodle
tags: |
type=raw,value=${{ github.ref_name }}-moodle-${{ matrix.moodle_version }}
type=raw,value=${{ github.ref }}-moodle-${{ matrix.moodle_version }}
- name: Build Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9ac6db6

Please sign in to comment.