Skip to content

Commit

Permalink
test: try fixing container action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 16, 2025
1 parent 3035a5e commit c2db4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: prepare
container: ${{ env.REGISTRY }}/${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
container: ${{ REGISTRY }}/${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
steps:
- name: Self test
run: |
Expand Down

0 comments on commit c2db4df

Please sign in to comment.