Skip to content

Commit

Permalink
Just one for now then!
Browse files Browse the repository at this point in the history
  • Loading branch information
MattsBos authored Sep 1, 2022
1 parent 3ca0cce commit a906678
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Docker Build
run: docker build . --file Dockerfile --tag clanbadjas/clanbotjas-dev:$(date) --tag clanbadjas/clanbotjas-dev:latest
run: docker build . --file Dockerfile --tag clanbadjas/clanbotjas-dev:latest

- name: Docker Push latest tag
run: docker push clanbadjas/clanbotjas-dev:latest

- name: Docker Push timestamp tag
run: docker push clanbadjas/clanbotjas-dev:$(date)

0 comments on commit a906678

Please sign in to comment.