✏️ Editing workflow
This commit is contained in:
26
.github/workflows/docker-image.yml
vendored
26
.github/workflows/docker-image.yml
vendored
@@ -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 }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user