1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 13:15:18 +02:00

fix workflow error

This commit is contained in:
Sean Morley 2024-08-06 09:11:37 -04:00
parent 1f2699ed21
commit 8453be8003
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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