Skip to content

Commit

Permalink
ci: fix ghcr.io image name
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninthegrass committed Aug 22, 2024
1 parent c657f0b commit 09111f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ on:
workflows: ["Build Docker image"]
types:
- completed
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.actor }}/${{ github.repository }}:latest
image: ghcr.io/${{ github.repository }}:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

services:
app:
image: ghcr.io/${{ github.actor }}/${{ github.repository }}:latest
image: ghcr.io/${{ github.repository }}:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 09111f9

Please sign in to comment.