Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Mar 2, 2021
1 parent 3e961cb commit 0ca3bf5
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ca3bf5

Please sign in to comment.