Skip to content

Commit

Permalink
pkg (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard authored Jun 11, 2021
1 parent c0e971a commit 1d8204d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- run: docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
- run: docker tag "hlambdas/human-lambdas:latest" "hlambdas/human-lambdas:${GITHUB_REF:10}" # e.g. :v1.0.44
- run: docker tag "hlambdas/human-lambdas:latest" "hlambdas/human-lambdas:${GITHUB_REF:10:12}" # e.g. :v1
- run: docker push hlambdas/human-lambdas" "hlambdas/human-lambdas:${GITHUB_REF:10}"
- run: docker push hlambdas/human-lambdas" "hlambdas/human-lambdas:${GITHUB_REF:10:12}"
- run: docker push "hlambdas/human-lambdas:${GITHUB_REF:10}"
- run: docker push "hlambdas/human-lambdas:${GITHUB_REF:10:12}"

0 comments on commit 1d8204d

Please sign in to comment.