aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-28 12:21:22 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-05 15:51:29 -0800
commitc2d138b0f9d0f1bbd2b1c7a68372a15acf43c186 (patch)
tree445c81027b7ea9b33794913bfb35d3ad30f7f131
parent0c6f86f12db41ff19e8a3b34a2b018a8ab7bca84 (diff)
downloadsubsurface-c2d138b0f9d0f1bbd2b1c7a68372a15acf43c186.tar.gz
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>
-rw-r--r--.github/workflows/mxe-dockerimage-stage2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mxe-dockerimage-stage2.yml b/.github/workflows/mxe-dockerimage-stage2.yml
index 3d35aa2f9..d1d640975 100644
--- a/.github/workflows/mxe-dockerimage-stage2.yml
+++ b/.github/workflows/mxe-dockerimage-stage2.yml
@@ -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 }}