Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jul 10, 2023
1 parent c8f1f6a commit 5dec243
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Expand Up @@ -5,12 +5,4 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.PROJECT_NAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
uses: terafin/workflows/.github/workflows/build-and-deploy.yml@main

0 comments on commit 5dec243

Please sign in to comment.