Skip to content

Commit

Permalink
Update Docker image tag to version ute1732432112 across configuration…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
migueldv90 committed Nov 24, 2024
1 parent 4e67c8f commit 9f5c861
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
api-service:
build: .
image: lazzerbeam/spectra:ute1731473952
image: lazzerbeam/spectra:ute1732432112
volumes:
- .:/code
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker_buildx.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker buildx build --file Dockerfile . --tag lazzerbeam/spectra:ute1731473952 --platform linux/amd64,linux/arm64 --push
docker buildx build --file Dockerfile . --tag lazzerbeam/spectra:ute1732432112 --platform linux/amd64,linux/arm64 --push
2 changes: 1 addition & 1 deletion docker_tag.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker_tag="ute1731473952"
docker_tag="ute1732432112"
epoch_time="ute$(date +%s)"

files=(
Expand Down
2 changes: 1 addition & 1 deletion helm-v1/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
image: lazzerbeam/spectra:ute1731473952
image: lazzerbeam/spectra:ute1732432112

api:
env: docker
Expand Down

0 comments on commit 9f5c861

Please sign in to comment.