mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
repo fix
This commit is contained in:
parent
0dad73da5d
commit
afe5706fc6
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -78,8 +78,8 @@ jobs:
|
|||||||
docker push --all-tags gilbn/theme.park
|
docker push --all-tags gilbn/theme.park
|
||||||
if: ${{ github.event.inputs.branch == 'master' }}
|
if: ${{ github.event.inputs.branch == 'master' }}
|
||||||
run: |
|
run: |
|
||||||
docker build --build-arg TP_RELEASE=${{ github.event.inputs.tag }} --build-arg BUILD_DATE=${{ steps.date_time.outputs.NOW }} --tag ghcr.io/gilbn/theme.park --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.tag }} .
|
docker build --build-arg TP_RELEASE=${{ github.event.inputs.tag }} --build-arg BUILD_DATE=${{ steps.date_time.outputs.NOW }} --tag gilbn/theme.park --tag gilbn/theme.park:${{ github.event.inputs.tag }} .
|
||||||
docker push --all-tags ghcr.io/gilbn/theme.park
|
docker push --all-tags gilbn/theme.park
|
||||||
- name: build&push dh develop
|
- name: build&push dh develop
|
||||||
if: ${{ github.ref == 'refs/heads/develop' || github.event.inputs.branch == 'develop' }}
|
if: ${{ github.ref == 'refs/heads/develop' || github.event.inputs.branch == 'develop' }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user