Skip to content

Commit

Permalink
testing6
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Mar 4, 2024
1 parent d10e4c4 commit aa05ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-main-in-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Build and push Docker image
uses: docker/build-push-action@v5
context: . # Includes the .git directory
file: ./Dockerfile
with:
push: true # Will only build if this is not here
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit aa05ca4

Please sign in to comment.