Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eryvx authored Nov 28, 2024
1 parent 7661cc1 commit 3c83b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
context: ./ # The build context is the root of the repository

- name: Build and push container with tag
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
if: startsWith(github.ref, 'refs/tags/v')
with:
push: true
tags: ${{ secrets.DOCKER_REPO }}/${{ env.repo_name }}:${{ github.ref_name }}
file: ./
context: ./
# Job 2: Deploy to the development environment
deploy-dev:
# Runs on the latest Ubuntu host
Expand Down

0 comments on commit 3c83b11

Please sign in to comment.