✏️ 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,20 +1,14 @@
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
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Publish to Registry - name: Publish to Registry
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 }}'