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 9e202aa commit 38a2d42Copy full SHA for 38a2d42
.github/workflows/docker.yml
@@ -13,11 +13,11 @@ jobs:
13
docker:
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Set env to staging
+ - name: Set env to docker dev tag
17
if: endsWith(github.ref, '/dev')
18
run: |
19
echo "DOCKER_TAG=test" >> $GITHUB_ENV
20
- - name: Set env to production
+ - name: Set env to docker latest tag
21
if: endsWith(github.ref, '/master')
22
23
echo "DOCKER_TAG=latest" >> $GITHUB_ENV
0 commit comments