✏️ Editing workflow II
This commit is contained in:
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
name: Publish Docker
|
name: Publish Docker
|
||||||
'on':
|
on: [push]
|
||||||
- push
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -10,5 +9,5 @@ jobs:
|
|||||||
uses: elgohr/Publish-Docker-Github-Action@v4
|
uses: elgohr/Publish-Docker-Github-Action@v4
|
||||||
with:
|
with:
|
||||||
name: frishi/threetwo
|
name: frishi/threetwo
|
||||||
username: '${{ secrets.DOCKER_USERNAME }}'
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: '${{ secrets.DOCKER_PASSWORD }}'
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user