We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e91e0d commit a7ee786Copy full SHA for a7ee786
.github/workflows/build-push-test.yml
@@ -16,10 +16,12 @@ jobs:
16
name: Build and Push the Docker Images
17
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
18
with:
19
- ref: ${{ github.event.release.tag_name }}
+ ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
20
docker-file: docker/Dockerfile
21
docker-context: docker
22
image-name: ls1intum/eos
23
+ tags: |
24
+ type=ref,event=tag
25
26
test-solution:
27
name: Run Tests for Solution
0 commit comments