Skip to content

Commit

Permalink
fix: setup pr tags for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj committed Feb 3, 2025
1 parent dbefd28 commit 902754e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docker-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
file: ./admin/Dockerfile
push: true
tags: |
ghcr.io/socstech/asgard-admin:${{ github.sha }}
ghcr.io/socstech/asgard-admin:pr-${{ github.event.number }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-docker-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
file: ./api/Dockerfile
push: true
tags: |
ghcr.io/socstech/asgard-api:${{ github.sha }}
ghcr.io/socstech/asgard-api:pr-${{ github.event.number }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-docker-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
file: ./jobs/Dockerfile
push: true
tags: |
ghcr.io/socstech/asgard-jobs:${{ github.sha }}
ghcr.io/socstech/asgard-jobs:pr-${{ github.event.number }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 902754e

Please sign in to comment.