We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7945ab commit c1f36d8Copy full SHA for c1f36d8
.github/workflows/automation.yml
@@ -13,7 +13,7 @@ jobs:
13
username: ${{ github.actor }}
14
password: ${{ secrets.GITHUB_TOKEN }}
15
registry: docker.pkg.github.com
16
- repository: msusdev/example-next-web-app/webnext
+ repository: ${{ github.repository }}/webnext
17
tags: ${{ github.run_number }}, latest
18
- name: Push to Docker Hub
19
uses: docker/build-push-action@v1
@@ -66,4 +66,4 @@ jobs:
66
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
67
asset_path: ./site.zip
68
asset_name: site-v${{ github.run_number }}.zip
69
- asset_content_type: application/zip
+ asset_content_type: application/zip
0 commit comments