|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
docker build \
|
|
|
|
docker build \
|
|
|
|
--tag ${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
--tag ${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}
|
|
|
|
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
.
|
|
|
|
.
|
|
|
|
- name: Push Docker image to Docker Hub
|
|
|
|
- name: Push Docker image to Docker Hub
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|