Compare commits
2 Commits
7246f54263
...
3433fa2fb8
| Author | SHA1 | Date | |
|---|---|---|---|
| 3433fa2fb8 | |||
| 84cd602cea |
@@ -34,7 +34,8 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
run: |
|
||||
IMAGE="${{ steps.registry.outputs.host }}/${{ github.repository }}"
|
||||
REPO_LOWER=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||
IMAGE="${{ steps.registry.outputs.host }}/$REPO_LOWER"
|
||||
TAG="${{ steps.meta.outputs.tag }}"
|
||||
docker build -t "$IMAGE:$TAG" -t "$IMAGE:latest" .
|
||||
docker push "$IMAGE:$TAG"
|
||||
|
||||
Reference in New Issue
Block a user