Skip to content

Commit

Permalink
docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Oct 19, 2023
1 parent 4188bba commit 775bcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}},value=${{ env.THE_VERSION }}
type=raw,value=${{ env.THE_ENV }}
type=raw,value="0.0.1"
- name: Build and push Docker image
if: ${{ startsWith(github.ref, 'test') }}
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "profile" {
}

variable "docker_tag" {
default = "ghcr.io/podaac/hydrocron-api"
default = "ghcr.io/podaac/hydrocron-api:0.0.1"
}

variable "service_name" {
Expand Down

0 comments on commit 775bcb7

Please sign in to comment.