✏️ Editing workflow

This commit is contained in:
2022-04-18 09:13:29 -07:00
committed by GitHub
parent 2cdf81fc04
commit 241be87ec0

View File

@@ -1,11 +1,6 @@
name: Docker Image CI name: Publish Docker
'on':
on: - push
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -15,6 +10,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 }}'