Add upload step
This commit is contained in:
parent
97c5835d35
commit
8b0799d7f0
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
- name: Build the image
|
- name: Build the image
|
||||||
run: docker build -t ${{secrets.DOCKERHUB_USER}}/latex:infraonly -f ctan/Dockerfile.infraonly .
|
run: docker build -t ${{secrets.DOCKERHUB_USER}}/latex:infraonly -f ctan/Dockerfile.infraonly .
|
||||||
|
|
||||||
|
- name: Upload the image
|
||||||
|
run: docker push ${{secrets.DOCKERHUB_USER}}/latex:infraonly
|
||||||
|
|
||||||
create-minimal:
|
create-minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [create-infraonly]
|
needs: [create-infraonly]
|
||||||
@ -34,3 +37,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build the image
|
- name: Build the image
|
||||||
run: docker build -t ${{secrets.DOCKERHUB_USER}}/latex:minimal -f ctan/Dockerfile.minimal .
|
run: docker build -t ${{secrets.DOCKERHUB_USER}}/latex:minimal -f ctan/Dockerfile.minimal .
|
||||||
|
|
||||||
|
- name: Upload the image
|
||||||
|
run: docker push ${{secrets.DOCKERHUB_USER}}/latex:minimal
|
||||||
|
Loading…
Reference in New Issue
Block a user