Update release pipeline
All checks were successful
Build a dev image / build (push) Successful in 4s
All checks were successful
Build a dev image / build (push) Successful in 4s
This commit is contained in:
parent
83240245da
commit
e24522be20
1 changed files with 6 additions and 2 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -16,10 +16,14 @@ jobs:
|
|||
runs-on: [dev, amd64]
|
||||
env:
|
||||
IMAGE: gitea.ceperka.net/cx/pricepower
|
||||
PULL_ENDPOINT: https://admin.rosti.cz/2/stacks/pull-with-token/7e74197e-a6f6-48f1-b84f-8bfbf451822a
|
||||
PULL_ENDPOINT: ${{ secrets.PULL_ENDPOINT }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Install task, needed for GitHub's runner
|
||||
#- name: Setup Task
|
||||
# uses: illbjorn/setup-taskfile@main
|
||||
|
||||
# Figure out the tag
|
||||
- name: Get git tag
|
||||
id: get_tag
|
||||
|
|
@ -30,7 +34,7 @@ jobs:
|
|||
run: echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
|
||||
|
||||
# Build
|
||||
- name: docker login
|
||||
- name: Docker login
|
||||
run: docker login harbor.rosti.cz -u "${{ secrets.REGISTRY_DEV_USERNAME }}" -p "${{ secrets.REGISTRY_DEV_PASSWORD }}"
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue