diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1882bee..3d5e7e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,31 +31,6 @@ jobs: push: true tags: omegion/go-db-backup:${{ steps.get_version.outputs.VERSION }} - - name: Login to GitHub - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.CR_PAT }} - - - name: Build and push to GitHub - id: github_build - uses: docker/build-push-action@v2 - with: - context: ./ - file: ./Dockerfile - push: true - tags: omegion/go-db-backup:${{ steps.get_version.outputs.VERSION }} - - # - name: Push to GitHub Packages - # uses: docker/build-push-action@v1 - # with: - # username: ${{ github.actor }} - # password: ${{ secrets.GITHUB_TOKEN }} - # registry: docker.pkg.github.com - # repository: omegion/go-db-backup - # tag_with_ref: true - - name: Build Changelog id: github_release uses: mikepenz/release-changelog-builder-action@main