Skip to content

Commit

Permalink
Update docker-image_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mereolog authored Oct 12, 2023
1 parent 74c4c3e commit fbc8f3c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,18 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: edmcouncil/onto-viewer
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: edmcouncil/onto-viewer:develop_test
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fbc8f3c

Please sign in to comment.