Skip to content

Commit

Permalink
Update deployDev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1212 authored Oct 26, 2023
1 parent fed4eab commit 713c8f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
- name: Load .evn file from secrets
run: echo "${{ secrets.ENV_FILE }}" > .env

- name: 🏗️ Build and push Docker image
- name: 🏗️ Build and 🚀 push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: registry.cevi.tools/cevi/onlinemat-frontend:dev

- name: 🚀 Push containers to registry
run: docker-compose push -f docker-compose-dev.yml

0 comments on commit 713c8f0

Please sign in to comment.