Skip to content

Commit

Permalink
Fix another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent f7d1491 commit 76805c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
context: containers/hello_server
platforms: linux/amd64,linux/arm64
push: true
tags: hammingweight/hello-server:1.0.2
tags: hammingweight/hello_server:1.0.2
- name: Build and push FIM sidecar
uses: docker/build-push-action@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions terraform/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ variable "app_name" {
variable "app_version" {
description = "The version of the application."
type = string
default = "1.0.1"
default = "1.0.2"
}

variable "fim_version" {
description = "The version of the FIM sidecar image."
type = string
default = "1.0.0"
default = "1.0.1"
}

variable "service_port" {
Expand Down

0 comments on commit 76805c5

Please sign in to comment.