Skip to content

Commit 38a2d42

Browse files
authored
Update docker.yml
1 parent 9e202aa commit 38a2d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
docker:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Set env to staging
16+
- name: Set env to docker dev tag
1717
if: endsWith(github.ref, '/dev')
1818
run: |
1919
echo "DOCKER_TAG=test" >> $GITHUB_ENV
20-
- name: Set env to production
20+
- name: Set env to docker latest tag
2121
if: endsWith(github.ref, '/master')
2222
run: |
2323
echo "DOCKER_TAG=latest" >> $GITHUB_ENV

0 commit comments

Comments
 (0)