Skip to content

Commit

Permalink
Testing this
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin committed Jul 10, 2023
1 parent 760f58e commit a7e2c19
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +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@v5
with:
name: ghcr.io/${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
platforms: linux/amd64,linux/arm64,linux/arm,linux/arm/v7
uses: terafin/workflows/build-and-deploy.yml@main

0 comments on commit a7e2c19

Please sign in to comment.