Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HON95 authored May 1, 2022
1 parent 528abc7 commit 6101373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
tags: |
${{ env.DOCKER_REPO }}:latest
${{ env.DOCKER_REPO }}:bleeding
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
context: .
tags: |
${{ env.DOCKER_REPO }}:latest
${{ env.DOCKER_REPO }}:${{ env.version_major }}
Expand Down

0 comments on commit 6101373

Please sign in to comment.