Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
ensure docker images get commit SHA tag
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 8, 2020
1 parent 96d623c commit 83a14c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Build test image
run: |
make docker-test-image
make docker-test-image DOCKER_TAG=$DOCKER_TAG
- name: Run pretrained tests
run: |
make docker-test-run ARGS='test-pretrained'
make docker-test-run DOCKER_TAG=$DOCKER_TAG ARGS='test-pretrained'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ jobs:
- name: Build test image
run: |
make docker-test-image
make docker-test-image DOCKER_TAG=$DOCKER_TAG
- name: Run pretrained tests
run: |
make docker-test-run ARGS='test-pretrained'
make docker-test-run DOCKER_TAG=$DOCKER_TAG ARGS='test-pretrained'
publish:
name: PyPI
Expand Down

0 comments on commit 83a14c4

Please sign in to comment.