mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
auto push
This commit is contained in:
parent
594a77a2d1
commit
de35846d11
1 changed files with 10 additions and 3 deletions
11
.github/workflows/dockerimage.yml
vendored
11
.github/workflows/dockerimage.yml
vendored
|
@ -14,5 +14,12 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image
|
name: Check out code
|
||||||
run: docker build -f Dockerfile.CompressImages . -t dpaste
|
|
||||||
|
- uses: mr-smithers-excellent/docker-build-push@v5
|
||||||
|
name: Build & push Docker image
|
||||||
|
with:
|
||||||
|
image: darrenofficial/dpaste
|
||||||
|
registry: docker.io
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue