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