Skip to content

Commit

Permalink
build(docker): add 'latest' tag to docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 20, 2024
1 parent 98f5c51 commit 3335318
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-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }},privateaim/node-hub-api-adapter:latest
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion helm/gateway/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: api-gateway
image: ghcr.io/privateaim/node-hub-api-adapter:sha-f70404d
image: ghcr.io/privateaim/node-hub-api-adapter:latest
imagePullPolicy: IfNotPresent # Maybe "Always" during debug
readinessProbe:
httpGet:
Expand Down

0 comments on commit 3335318

Please sign in to comment.