Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79841b30c9 | ||
|
|
3d7f6eeddf | ||
|
|
ff433ebd58 |
@@ -9,13 +9,12 @@ jobs:
|
|||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: mgoltzsche/podman:5.7.1-minimal
|
image: mgoltzsche/podman:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install dedps
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
apk add --no-cache nodejs npm git
|
||||||
apt-get update && apt-get install -y nodejs
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -26,7 +25,7 @@ jobs:
|
|||||||
IMAGE_NAME: Papryk/dj-spangebob
|
IMAGE_NAME: Papryk/dj-spangebob
|
||||||
TAG: ${{ gitea.ref_name }}
|
TAG: ${{ gitea.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
podman build "$REGISTRY/$IMAGE_NAME:$TAG" .
|
podman build -t "$REGISTRY/$IMAGE_NAME:$TAG" .
|
||||||
|
|
||||||
- name: Log in to Docker registry
|
- name: Log in to Docker registry
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user