Skip to content

Commit

Permalink
ATOR-193 - Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Mar 22, 2024
1 parent e592ba6 commit 3ed5da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ runs:
context: .
file: ./Dockerfile
push: true
tags: ${{ inputs.docker-username }}/metrcis-service:${{ github.sha }},${{ inputs.docker-username }}/metrics-service:latest
tags: ${{ inputs.docker-username }}/metrics-service:${{ github.sha }},${{ inputs.docker-username }}/metrics-service:latest

0 comments on commit 3ed5da8

Please sign in to comment.