Skip to content

Commit

Permalink
fix empty placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns committed Feb 21, 2020
1 parent a3abcb7 commit 67f3edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build and run
run: |
docker login -u rfns -p ${{ secrets.GITHUB_TOKEN }} docker.pkg.github.com
docker build -t docker.pkg.github.com/rfns/port-test-runner/port-test-runner:${{ steps.tag_parsing.VERSION }} app
docker build -t docker.pkg.github.com/rfns/port-test-runner/port-test-runner:${{ steps.tag_parsing.outputs.VERSION }} app

0 comments on commit 67f3edc

Please sign in to comment.