diff --git a/.forgejo/workflows/build-images.yml b/.forgejo/workflows/build-images.yml index a600a1b..0c82aa3 100644 --- a/.forgejo/workflows/build-images.yml +++ b/.forgejo/workflows/build-images.yml @@ -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