Skip to content

Commit

Permalink
edited GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpartila committed Jan 2, 2024
1 parent 96a03d9 commit 82a18a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
docker build -t ${{ secrets.DOCKERHUB_REPOSITORY_NAME }}/safe:${{ github.ref_name }} -f ./Dockerfile .
docker build -t ${{ secrets.DOCKERHUB_REPOSITORY_NAME }}/backup-buddy:${{ github.ref_name }} -f ./Dockerfile .
docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_PASSWORD_TOKEN }}
docker push ${{ secrets.DOCKERHUB_REPOSITORY_NAME }}/safe:${{ github.ref_name }}
docker push ${{ secrets.DOCKERHUB_REPOSITORY_NAME }}/backup-buddy:${{ github.ref_name }}

0 comments on commit 82a18a1

Please sign in to comment.