ci: rename build / publish workflow
This commit is contained in:
parent
0853fada32
commit
eabb808b85
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: DockerHub
|
name: Build and publish Docker images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -20,6 +20,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
multiarch-build-debian:
|
multiarch-build-debian:
|
||||||
|
name: Build and publish Debian image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -81,6 +82,7 @@ jobs:
|
||||||
run: echo ${{ steps.docker_build_debian.outputs.digest }}
|
run: echo ${{ steps.docker_build_debian.outputs.digest }}
|
||||||
|
|
||||||
multiarch-build-alpine:
|
multiarch-build-alpine:
|
||||||
|
name: Build and publish Alpine image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
Loading…
Reference in a new issue