Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix: build_dev action
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga committed Oct 24, 2023
1 parent cf39840 commit a62ec3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
file: "./Dockerfile.dev"
tags: |
Expand Down

0 comments on commit a62ec3e

Please sign in to comment.