Skip to content

Commit

Permalink
Test commit for the github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Frnn4268 committed Sep 29, 2024
1 parent f351957 commit 26c1827
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-gateway-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
file: ./api-gateway/Dockerfile
push: true
tags: umg100/api-gateway:${{github.run_number}}
tags: frnn4268/api-gateway:${{github.run_number}}
2 changes: 1 addition & 1 deletion .github/workflows/auth-service-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
file: ./auth-service/Dockerfile
push: true
tags: umg100/auth-service:${{github.run_number}}
tags: frnn4268/auth-service:${{github.run_number}}
2 changes: 1 addition & 1 deletion .github/workflows/crm-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
file: ./crm/Dockerfile
push: true
tags: umg100/crm:${{github.run_number}}
tags: frnn4268/crm:${{github.run_number}}
2 changes: 1 addition & 1 deletion api-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Usa la imagen oficial de Node.js como base
FROM node:14
FROM node:16

# Establece el directorio de trabajo en el contenedor
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion auth-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Usa la imagen oficial de Node.js como base
FROM node:14
FROM node:16

# Establece el directorio de trabajo en el contenedor
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion crm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Usa la imagen oficial de Node.js como base
FROM node:14
FROM node:16

# Establece el directorio de trabajo en el contenedor
WORKDIR /app
Expand Down

0 comments on commit 26c1827

Please sign in to comment.