Skip to content

Commit

Permalink
Correct how we do this.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed May 3, 2021
1 parent 6647b80 commit f4c144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/jwg4/docker-python-poetry@v1a0
- uses: jwg4/docker-python-poetry@v1a0
- name: Build the Docker image
run: docker build --tag exact_cover/debug:$(date +%s) .

0 comments on commit f4c144d

Please sign in to comment.