Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Feb 4, 2024
1 parent 675a38c commit 74e55e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/opendonationassistant/oda-website:${{ github.GITHUB_RUN_NUMBER }}
tags: ghcr.io/opendonationassistant/oda-website:${{ github.RUN_NUMBER }}

- name: Deploying new version
uses: appleboy/[email protected]
Expand All @@ -47,4 +47,4 @@ jobs:
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
port: ${{ secrets.PORT }}
script: sh ~/update_main.sh ${{ github.GITHUB_RUN_NUMBER }}
script: sh ~/update_main.sh ${{ github.RUN_NUMBER }}

0 comments on commit 74e55e6

Please sign in to comment.