Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridge committed Oct 13, 2023
1 parent 5e2c535 commit 1ef6136
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: Build and push container image to registry
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.ref }}
file: ./Dockerfile
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.ref }}
file: ./Dockerfile

deploy:
runs-on: ubuntu-latest

needs: build
needs: push

environment:
name: 'production'
Expand Down

0 comments on commit 1ef6136

Please sign in to comment.