Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Bailey authored Feb 19, 2021
1 parent db61042 commit 8477585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file contrib/docker/Dockerfile --tag parttimelegend-p2pool:$(date +%s)
run: docker build . --file contrib/docker/Dockerfile --tag parttimelegend-p2pool:$(date +%s) --no-cache
- name: Show images
run: docker images

0 comments on commit 8477585

Please sign in to comment.