Skip to content

Commit

Permalink
ci(semver): remove suffix (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Nov 13, 2024
1 parent 6a8fb33 commit 9ef5cfd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and push Docker image
name: Docker

on:
push:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
with:
images: cytomineuliege/pims
tags: |
type=raw,value=${{ github.ref_name }}-community-plugins
type=raw,value=${{ github.ref_name }}
type=raw,value=latest,enable=${{ steps.release.outputs.release }}
- name: Build and push pims
Expand Down Expand Up @@ -67,15 +67,15 @@ jobs:
with:
images: cytomineuliege/pims-worker
tags: |
type=raw,value=${{ github.ref_name }}-community-plugins
type=raw,value=${{ github.ref_name }}
type=raw,value=latest,enable=${{ steps.release.outputs.release }}
- name: Build and push pims-worker
uses: docker/build-push-action@v4
with:
build-args: |
FROM_NAMESPACE=cytomineuliege
FROM_VERSION=${{ github.ref_name }}-community-plugins
FROM_VERSION=${{ github.ref_name }}
context: .
file: ./docker/worker.dockerfile
labels: ${{ steps.meta-worker.outputs.labels }}
Expand Down

0 comments on commit 9ef5cfd

Please sign in to comment.