Skip to content

Commit

Permalink
Uses version as docker image tag
Browse files Browse the repository at this point in the history
Previously the image name plus version was used as docker image tag
  • Loading branch information
quandor committed Jan 10, 2023
1 parent 3922ad4 commit e1003cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eumserver_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
with:
context: .
push: true
tags: inspectit/inspectit-ocelot-eum-server${{ github.ref_name }}, inspectit/inspectit-ocelot-eum-server:latest
file: ./docker/Dockerfile
tags: inspectit/inspectit-ocelot-eum-server:${{ github.ref_name }}, inspectit/inspectit-ocelot-eum-server:latest
file: ./docker/Dockerfile

0 comments on commit e1003cf

Please sign in to comment.