mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
Merge pull request #169 from seanmorley15/development
fix workflow error
This commit is contained in:
commit
5288439934
2 changed files with 2 additions and 2 deletions
2
.github/workflows/backend-release.yml
vendored
2
.github/workflows/backend-release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.ACESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./backend
|
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./backend
|
||||||
|
|
2
.github/workflows/frontend-release.yml
vendored
2
.github/workflows/frontend-release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.ACESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./frontend
|
run: docker build -t $IMAGE_NAME:${{ github.event.release.tag_name }} ./frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue