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 9bc329d commit 3e961cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
push: true
tags: omegion/go-db-backup:${{ steps.get_version.outputs.VERSION }}

- name: Login to DockerHub
- name: Login to GitHub
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Build and push to GitHub
id: github_build
Expand Down

0 comments on commit 3e961cb

Please sign in to comment.