Skip to content

Commit

Permalink
Merge pull request #326 from area363/update-docker
Browse files Browse the repository at this point in the history
update docker workflow
  • Loading branch information
longfin authored Feb 25, 2021
2 parents 9308a89 + c70c743 commit 65e7294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- 9c-main
- development

jobs:
build_and_push:
Expand All @@ -17,7 +18,7 @@ jobs:
- name: login
run: docker login --username '${{ secrets.DOCKER_USERNAME }}' --password '${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}'
- name: build
run: docker build . -t planetariumhq/ninechronicles-headless:git-${{ github.sha }} --build-arg COMMIT=git-${{ github.sha }} --build-arg COMMIT=git-${{ github.sha }}
run: docker build . -t planetariumhq/ninechronicles-headless:git-${{ github.sha }} --build-arg COMMIT=git-${{ github.sha }}
- name: push git-version
run: docker push planetariumhq/ninechronicles-headless:git-${{ github.sha }}

0 comments on commit 65e7294

Please sign in to comment.