mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
GitHub Actions: clarify comment
Really, this is just here to re-trigger that container build now that things are merged and stage 2 will actually work... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0c6f86f12d
commit
c2d138b0f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
2
.github/workflows/mxe-dockerimage-stage2.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
ref: ${{ github.event.client_payload.target_branch }}
|
||||
|
||||
# Grab the version from the event name that we were triggered by and add ".stage1" to find the docker image to start FROM
|
||||
# And create the NAME of the final docker image
|
||||
# And create the NAME of the final docker image (including the branch if not master)
|
||||
- name: set env
|
||||
run: |
|
||||
v=${{ github.event.action }}
|
||||
|
|
Loading…
Reference in a new issue