✏️ 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
'on':
- push
on: [push]
jobs:
build:
runs-on: ubuntu-latest
@@ -10,5 +9,5 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: frishi/threetwo
username: '${{ secrets.DOCKER_USERNAME }}'
password: '${{ secrets.DOCKER_PASSWORD }}'
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}