1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-06 13:45:17 +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: 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

View file

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