Add env setting to workflow
This commit is contained in:
parent
e1911bf5e8
commit
7c2a58c894
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build-push.yaml
vendored
1
.github/workflows/docker-build-push.yaml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: dockerhub
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue