Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8be88fd4c7 | ||
|
|
ab021d1512 |
@@ -9,7 +9,7 @@ jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mgoltzsche/podman:latest
|
||||
image: docker:latest
|
||||
|
||||
steps:
|
||||
- name: Install dedps
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
IMAGE_NAME: papryk/dj-spangebob
|
||||
TAG: ${{ gitea.ref_name }}
|
||||
run: |
|
||||
podman build --storage-driver=vfs -t "$IMAGE_NAME:$TAG" .
|
||||
docker build -t "$IMAGE_NAME:$TAG" .
|
||||
|
||||
- name: Log in to Docker registry
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user