fix building Containerfile
This commit is contained in:
parent
7f244b2ace
commit
18d319ad46
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: |
|
||||
podman build . --file Dockerfile --tag gitea.maciej.cloud/packages/neovim:arm64
|
||||
podman build . --tag gitea.maciej.cloud/packages/neovim:arm64
|
||||
- name: login to registry
|
||||
run: |
|
||||
podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" gitea.maciej.cloud
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: |
|
||||
podman build . --file Dockerfile --tag gitea.maciej.cloud/packages/neovim:amd64
|
||||
podman build . --tag gitea.maciej.cloud/packages/neovim:amd64
|
||||
- name: login to registry
|
||||
run: |
|
||||
podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" gitea.maciej.cloud
|
||||
|
|
Loading…
Reference in a new issue