Skip to content

Commit 9ce2f5c

Browse files
committed
fix: Add docker tag
1 parent 5ba911b commit 9ce2f5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
git push --tags "https://codacy:${{ secrets.GITHUB_TOKEN }}@github.com/codacy/pulse-event-cli"
3030
- name: Build docker image
3131
run: docker build -t "codacy/pulse-event-cli:${{ steps.generate-version.outputs.version }}" .
32+
- name: Docker tag
33+
run: |
34+
docker tag "codacy/pulse-event-cli:${{ steps.generate-version.outputs.version }}" "codacy/pulse-event-cli:${{ steps.generate-version.outputs.version }}"
35+
docker tag "codacy/pulse-event-cli:${{ steps.generate-version.outputs.version }}" "codacy/pulse-event-cli:latest"
3236
- name: "Login to Docker Hub"
3337
uses: docker/login-action@v1.12.0
3438
with:

0 commit comments

Comments
 (0)