fix logging into registry
This commit is contained in:
parent
9d4f22b62f
commit
83ccf3251a
1 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ jobs:
|
|||
dnf install -y nodejs git
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: |
|
||||
podman build --ulimit nofile=10240:10240 . --tag $IMAGE:arm64
|
||||
- name: login to registry
|
||||
run: |
|
||||
podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" forgejo.maciej.cloud
|
||||
- run: |
|
||||
podman build --ulimit nofile=10240:10240 . --tag $IMAGE:arm64
|
||||
- name: Push image
|
||||
run: |
|
||||
podman push $IMAGE:arm64
|
||||
|
@ -33,11 +33,11 @@ jobs:
|
|||
dnf install -y nodejs git
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: |
|
||||
podman build --ulimit nofile=10240:10240 . --tag $IMAGE:amd64
|
||||
- name: login to registry
|
||||
run: |
|
||||
podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" forgejo.maciej.cloud
|
||||
- run: |
|
||||
podman build --ulimit nofile=10240:10240 . --tag $IMAGE:amd64
|
||||
- name: Push image
|
||||
run: |
|
||||
podman push $IMAGE:amd64
|
||||
|
|
Loading…
Reference in a new issue