Skip to content

Commit

Permalink
Merge pull request #76 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ValentinoSanchez00 authored Dec 11, 2024
2 parents c8d1406 + e46592c commit 872af83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/SubirDockerfile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Subir Dockerfiles
name: Subir Dockerfile

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ./.github/workflows/principal.yaml
with:
MICROSERVICE: "frontend"
VERSION_CHART: "0.2.2"
VERSION_CHART: "1.0.0"
ENVIROMENT: ${{ github.ref == 'refs/heads/main' && 'production' || 'develop' }}
secrets:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand Down

0 comments on commit 872af83

Please sign in to comment.