Refactor GitHub Actions workflow to specify event trigger and update runner environment
Some checks failed
Push Docker image / build (push) Has been cancelled
Some checks failed
Push Docker image / build (push) Has been cancelled
This commit is contained in:
parent
34dcf82624
commit
debd79700e
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
on: [push]
|
name: Push Docker image
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue