.github/workflows/dockerimage.yml gelöscht
Some checks failed
reviewdog / runner / shellcheck (push) Waiting to run
reviewdog / runner / hadolint (push) Waiting to run
Test / test (push) Waiting to run
Test / needless_prefix (push) Waiting to run
Test / not_semver (push) Waiting to run
Test / quoted_version (push) Waiting to run
Test / tagged_version (push) Waiting to run
release / release (push) Has been cancelled
release / release-check (push) Has been cancelled
Some checks failed
reviewdog / runner / shellcheck (push) Waiting to run
reviewdog / runner / hadolint (push) Waiting to run
Test / test (push) Waiting to run
Test / needless_prefix (push) Waiting to run
Test / not_semver (push) Waiting to run
Test / quoted_version (push) Waiting to run
Test / tagged_version (push) Waiting to run
release / release (push) Has been cancelled
release / release-check (push) Has been cancelled
This commit is contained in:
13
.github/workflows/dockerimage.yml
vendored
13
.github/workflows/dockerimage.yml
vendored
@@ -1,13 +0,0 @@
|
|||||||
name: Docker Image CI
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Build the Docker image
|
|
||||||
run: docker build . --file Dockerfile --tag ${{ github.repository }}:$(date +%s)
|
|
||||||
Reference in New Issue
Block a user