Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79841b30c9 | ||
|
|
3d7f6eeddf | ||
|
|
ff433ebd58 | ||
|
|
a116302a10 |
@@ -9,15 +9,23 @@ jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mgoltzsche/podman:5.7.1-minimal
|
||||
image: mgoltzsche/podman:latest
|
||||
|
||||
steps:
|
||||
- name: Install dedps
|
||||
run: |
|
||||
apk add --no-cache nodejs npm git
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build container image
|
||||
env:
|
||||
REGISTRY: https://gitea.papryk.com
|
||||
IMAGE_NAME: Papryk/dj-spangebob
|
||||
TAG: ${{ gitea.ref_name }}
|
||||
run: |
|
||||
podman build my-image:latest .
|
||||
podman build -t "$REGISTRY/$IMAGE_NAME:$TAG" .
|
||||
|
||||
- name: Log in to Docker registry
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user