Skip to content

Commit

Permalink
Updated README and asw2122.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jan 28, 2022
1 parent 78f9260 commit df338a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: arquisoft/dede_0/webapp
name: arquisoft/dede_en_01b/webapp
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
registry: ghcr.io
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: arquisoft/dede_0/restapi
name: arquisoft/dede_en_01b/restapi
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
registry: ghcr.io
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dede_0
# dede_en_01b

[![Actions Status](https://github.com/arquisoft/dede_0/workflows/CI%20for%20ASW2122/badge.svg)](https://github.com/arquisoft/dede_0/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_dede_0&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_dede_0)
Expand Down Expand Up @@ -46,6 +46,6 @@ You should be able to access the application in [http://localhost:3000](http://l

## More information
You can get more information about the respository in the other README files:
- Documentation: https://github.com/arquisoft/dede_0/tree/master/docs
- Webapp: https://github.com/arquisoft/dede_0/tree/master/webapp
- Restapi: https://github.com/arquisoft/dede_0/tree/master/restapi
- Documentation: https://github.com/arquisoft/dede_en_01b/tree/master/docs
- Webapp: https://github.com/arquisoft/dede_en_01b/tree/master/webapp
- Restapi: https://github.com/arquisoft/dede_en_01b/tree/master/restapi

0 comments on commit df338a5

Please sign in to comment.