Skip to content

Commit

Permalink
add workflow-tester67.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Oct 25, 2022
1 parent daf317a commit 71fc56a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-tester65.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Test 65 # Related to https://stackoverflow.com/questions/18995854/how-can-i-use-github-api-to-get-all-tags-or-releases-for-a-project

on:
push:
#push:
workflow_dispatch:

jobs:
job1:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/workflow-tester66.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Test 66 # Related to https://stackoverflow.com/questions/74157458/git-throws-error-if-nothing-to-commit-how-to-surpress

on:
push:
#push:
workflow_dispatch:

jobs:
job1:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/workflow-tester67.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test 67 # Related to https://stackoverflow.com/questions/74188647/add-variable-value-to-github-action-name

on:
push:
workflow_dispatch:

env:
REGISTRY: 'ghcr.io'

jobs:
Publish:
runs-on: ubuntu-latest
steps:
- name: Log into Container registry ${{ env.REGISTRY }}
run: echo "Ok"

0 comments on commit 71fc56a

Please sign in to comment.