main #7
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: test
|
||||
shell: bash
|
||||
run: |
|
||||
echo "$RELEASE"
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue