Add Docker CI/CD
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
name: Create and Push Release
|
||||
run-name: Create and Push Release
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -13,6 +14,9 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get version
|
||||
id: get-version
|
||||
run: |
|
||||
@@ -26,9 +30,6 @@ jobs:
|
||||
username: ${{ secrets.CI_SERVICE_ACCOUNT }}
|
||||
password: ${{ secrets.CI_SERVICE_ACCOUNT_PASSWORD }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build & Push Image
|
||||
env:
|
||||
TAG: ${{ steps.get-version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user