Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions .github/workflows/docker-backend-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
deploy_back:
if: github.repository == 'ldurans/izing.open.io'
runs-on: ubuntu-22.04
environment: production
steps:
- name: "Checkout"
uses: actions/checkout@v4
Expand All @@ -42,11 +41,10 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: izingopenio
username: jojovvz
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push Docker image
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t izingopenio/izingopenio-backend:latest --push ./backend

5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"compile-hero.disable-compile-files-on-did-save-code": false,
"workbench.colorTheme": "Default Dark+",
"html.format.contentUnformatted": "",
"workbench.preferredDarkColorTheme": "Palenight Theme"
"workbench.preferredDarkColorTheme": "Palenight Theme",
"github-actions.workflows.pinned.workflows": [
".github/workflows/docker-backend-image.yml"
]
}
Binary file added backend/.DS_Store
Binary file not shown.
Binary file added backend/src/.DS_Store
Binary file not shown.