mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: b56b88827a
This commit is contained in:
parent
d4585094cf
commit
c6ad1f4512
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: build&push dh master
|
- name: build&push dh master
|
||||||
if: ${{ github.event.release.target_commitish == 'live' }}
|
if: ${{ github.event.release.target_commitish == 'live' }}
|
||||||
run: |
|
run: |
|
||||||
docker build --build-arg TP_RELEASE=${{ steps.get_version.outputs.VERSION }} --build-arg BUILD_DATE=${{ steps.date_time.outputs.NOW }} --tag ghcr.io/gilbn/theme.park --tag gilbn/theme.park:${{ steps.get_version.outputs.VERSION }} .
|
docker build --build-arg TP_RELEASE=${{ steps.get_version.outputs.VERSION }} --build-arg BUILD_DATE=${{ steps.date_time.outputs.NOW }} --tag gilbn/theme.park --tag gilbn/theme.park:${{ steps.get_version.outputs.VERSION }} .
|
||||||
docker push gilbn/theme.park
|
docker push gilbn/theme.park
|
||||||
- name: build&push dh develop
|
- name: build&push dh develop
|
||||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
1
.github/workflows/minify-and-deploy.yml
vendored
1
.github/workflows/minify-and-deploy.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
- develop
|
- develop
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docker-mods/**'
|
- 'docker-mods/**'
|
||||||
- '.github/**'
|
|
||||||
- '.vscode/**'
|
- '.vscode/**'
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user