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
13
.github/workflows/dockerimage.yml
vendored
13
.github/workflows/dockerimage.yml
vendored
|
@ -13,6 +13,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build -f Dockerfile.CompressImages . -t dpaste
|
||||
- uses: actions/checkout@v2
|
||||
name: Check out code
|
||||
|
||||
- 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