✏️ Editing workflow II

This commit is contained in:
2022-04-18 09:14:55 -07:00
committed by GitHub
parent 241be87ec0
commit 9d4faccb35

View File

@@ -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 }}