Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry authored Nov 14, 2023
1 parent 9bc9485 commit 587a413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.BSC_GITLAB_MAVEN_REPO }}

- name: Log into the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
if: github.ref_type == 'tag'
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -52,13 +52,13 @@ jobs:

- name: Extract metadata for the Docker image
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v3
if: github.ref_type == 'tag'
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push the Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v3
if: github.ref_type == 'tag'
with:
context: .
Expand Down

0 comments on commit 587a413

Please sign in to comment.