Skip to content

Commit

Permalink
Merge pull request #169 from seanmorley15/development
Browse files Browse the repository at this point in the history
fix workflow error
  • Loading branch information
seanmorley15 authored Aug 6, 2024
2 parents 82e69ca + 8453be8 commit 5288439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.ACESS_TOKEN }}
password: ${{ secrets.ACCESS_TOKEN }}

- name: Build Docker image
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.ACESS_TOKEN }}
password: ${{ secrets.ACCESS_TOKEN }}

- name: Build Docker image
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./frontend
Expand Down

0 comments on commit 5288439

Please sign in to comment.