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]
|
runs-on: [dev, amd64]
|
||||||
env:
|
env:
|
||||||
IMAGE: gitea.ceperka.net/cx/pricepower
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# Install task, needed for GitHub's runner
|
||||||
|
#- name: Setup Task
|
||||||
|
# uses: illbjorn/setup-taskfile@main
|
||||||
|
|
||||||
# Figure out the tag
|
# Figure out the tag
|
||||||
- name: Get git tag
|
- name: Get git tag
|
||||||
id: get_tag
|
id: get_tag
|
||||||
|
|
@ -30,7 +34,7 @@ jobs:
|
||||||
run: echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
|
run: echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
- name: docker login
|
- name: Docker login
|
||||||
run: docker login harbor.rosti.cz -u "${{ secrets.REGISTRY_DEV_USERNAME }}" -p "${{ secrets.REGISTRY_DEV_PASSWORD }}"
|
run: docker login harbor.rosti.cz -u "${{ secrets.REGISTRY_DEV_USERNAME }}" -p "${{ secrets.REGISTRY_DEV_PASSWORD }}"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue