Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8be88fd4c7 | ||
|
|
ab021d1512 | ||
|
|
4e944da7e1 | ||
|
|
41d040167b | ||
|
|
cbe9ca8691 | ||
|
|
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: docker: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
|
||||||
@@ -23,10 +22,10 @@ jobs:
|
|||||||
- name: Build container image
|
- name: Build container image
|
||||||
env:
|
env:
|
||||||
REGISTRY: https://gitea.papryk.com
|
REGISTRY: https://gitea.papryk.com
|
||||||
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" .
|
docker build -t "$IMAGE_NAME:$TAG" .
|
||||||
|
|
||||||
- name: Log in to Docker registry
|
- name: Log in to Docker registry
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user