Skip to content

Commit

Permalink
Merge pull request #11 from metalbear-co/better_tags
Browse files Browse the repository at this point in the history
tag using sha
  • Loading branch information
aviramha authored Nov 3, 2024
2 parents 60e2c52 + 0c06095 commit e2432eb
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 e2432eb

Please sign in to comment.