This commit is contained in:
@@ -8,8 +8,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
package-and-push:
|
package-and-push:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
|
||||||
container: mcr.microsoft.com/devcontainers/python:3.11
|
container: mcr.microsoft.com/devcontainers/python:3.11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -17,7 +15,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
apt-get update
|
apt-get update
|
||||||
# add gcc & toolchain while keeping your originals
|
|
||||||
apt-get install -y --no-install-recommends curl ca-certificates git build-essential make
|
apt-get install -y --no-install-recommends curl ca-certificates git build-essential make
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
apt-get install -y --no-install-recommends nodejs
|
apt-get install -y --no-install-recommends nodejs
|
||||||
@@ -40,4 +37,4 @@ jobs:
|
|||||||
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
run: ./deploy/push-to-registry.sh
|
run: ./deploy/push-to-registry.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user