Skip to content

Commit

Permalink
tag using sha
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Nov 3, 2024
1 parent 60e2c52 commit 0c06095
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-ip-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: ip-info/
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-info:latest
ghcr.io/metalbear-co/playground-ip-info:latest
ghcr.io/metalbear-co/playground-ip-info:${{ github.sha }}
3 changes: 2 additions & 1 deletion .github/workflows/build-ip-visit-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: ip-visit-consumer/
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-visit-consumer:latest
ghcr.io/metalbear-co/playground-ip-visit-consumer:latest
ghcr.io/metalbear-co/playground-ip-visit-consumer:${{ github.sha }}
3 changes: 2 additions & 1 deletion .github/workflows/build-ip-visit-counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: ip-visit-counter/
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-visit-counter:latest
ghcr.io/metalbear-co/playground-ip-visit-counter:latest
ghcr.io/metalbear-co/playground-ip-visit-counter:${{ github.sha }}
3 changes: 2 additions & 1 deletion .github/workflows/build-ip-visit-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: ip-visit-frontend/
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-visit-frontend:latest
ghcr.io/metalbear-co/playground-ip-visit-frontend:latest
ghcr.io/metalbear-co/playground-ip-visit-frontend:${{ github.sha }}
3 changes: 2 additions & 1 deletion .github/workflows/build-ip-visit-sqs-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
context: ip-visit-sqs-consumer/
push: true
tags: |
ghcr.io/metalbear-co/playground-ip-visit-sqs-consumer:latest
ghcr.io/metalbear-co/playground-ip-visit-sqs-consumer:latest
ghcr.io/metalbear-co/playground-ip-visit-sqs-consumer:${{ github.sha }}

0 comments on commit 0c06095

Please sign in to comment.