Skip to content

Commit

Permalink
Some more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wisebaldone committed Mar 27, 2022
1 parent 744eb3f commit 7eb9daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
file: backend/Dockerfile
push: true
tags: |
ghcr.io/csse6400/todo-app:latest
ghcr.io/csse6400/todo-app:combined-latest

2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Todo App ( Frontend )
on:
push:
tags:
- "v*.*.*"
- "v*"

jobs:
build:
Expand Down

0 comments on commit 7eb9daf

Please sign in to comment.