Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 3, 2024
1 parent 54c7444 commit f8ddfcf
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@ jobs:
- name: Build and push Backend Docker image
uses: docker/build-push-action@v2
with:
context: ./backend
file: ./backend/Dockerfile
context: ./
file: ./Dockerfile
push: true
tags: ghcr.io/slackspace-io/slackwatch-be:${{ github.ref_name }}

- name: Build and push Frontend Docker image
uses: docker/build-push-action@v2
with:
context: ./frontend
file: ./frontend/Dockerfile
push: true
tags: ghcr.io/slackspace-io/slackwatch-fe:${{ github.ref_name }}
tags: ghcr.io/slackspace-io/slackwatch:${{ github.ref_name }}

create-release:
needs: build-and-push-images
Expand All @@ -46,4 +38,4 @@ jobs:
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
body: |
- Backend and Frontend Docker images tagged with ${{ github.ref_name }}
- Slackwatch Docker image tagged with ${{ github.ref_name }}

0 comments on commit f8ddfcf

Please sign in to comment.