Skip to content

Commit

Permalink
CI: Docker: remove the dev- prefix
Browse files Browse the repository at this point in the history
We have never used that one before, so let's not introduce it now.
Noise, noise, noise, sorry.

Change-Id: I336b3e73f7dd61b14615412ea52ec90986468fcf
  • Loading branch information
jktjkt committed Jun 9, 2021
1 parent a051a57 commit 80c4126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
context: .
push: true
tags: |
telecominfraproject/oopt-gnpy:dev-${{ steps.extract_pretty_git.outputs.GIT_DESC }}
telecominfraproject/oopt-gnpy:${{ steps.extract_pretty_git.outputs.GIT_DESC }}
telecominfraproject/oopt-gnpy:master
- name: Extract tag name
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 80c4126

Please sign in to comment.