diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a33071..fe2cf57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,5 +32,5 @@ jobs: with: context: . push: true - target: prod + target: dev tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest