projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b814b
)
Consistent job naming
author
Ajay Bura
<32841439+ajbura@users.noreply.github.com>
Thu, 26 May 2022 14:50:28 +0000
(20:20 +0530)
committer
GitHub
<noreply@github.com>
Thu, 26 May 2022 14:50:28 +0000
(20:20 +0530)
.github/workflows/prod-deploy.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/prod-deploy.yml
b/.github/workflows/prod-deploy.yml
index 127a2f569c9f85513135a0c3605828fbcec16a23..c49035688377f5dfdb29272924d4e65276ebee27 100644
(file)
--- a/
.github/workflows/prod-deploy.yml
+++ b/
.github/workflows/prod-deploy.yml
@@
-5,11
+5,11
@@
on:
types: [published]
jobs:
- create-release:
+ create-release
-tar
:
name: 'Create release tar'
runs-on: ubuntu-latest
steps:
- - name: Check
out the repo
+ - name: Check
out repository
uses: actions/checkout@v3.0.2
- name: Build
run: |
@@
-55,7
+55,7
@@
jobs:
NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}"
NETLIFY_DEPLOY_TO_PROD: true
- push
_to_
dockerhub:
+ push
-to-
dockerhub:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
permissions: