Skip to content

Commit

Permalink
fix pushing to docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent 7f93bcf commit c4c7fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GPR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ghcr.io/opendonationassistant/oda-widget-page:${{ github.RUN_NUMBER }}
build-args: gpr_token=${{ secrets.GITHUB_TOKEN }}
build-args: gpr_token=${{ secrets.GPR_TOKEN }}

- name: Deploying new version
uses: appleboy/[email protected]
Expand Down

0 comments on commit c4c7fc6

Please sign in to comment.