Skip to content

Commit

Permalink
rm cache and label
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik committed Jun 21, 2024
1 parent 1e92363 commit 6645fa3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- og-token-support
- add-multistage-build-and-push-docker

jobs:
build_and_publish_db:
Expand All @@ -27,10 +26,6 @@ jobs:
id: meta
with:
images: ghcr.io/ambrosus/airdao-gov-portal-db
tags: |
type=sha,format=long
type=ref,event=branch
type=raw,value=${{ github.ref_name }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -60,10 +55,6 @@ jobs:
id: meta
with:
images: ghcr.io/ambrosus/airdao-gov-user-verifier
tags: |
type=sha,format=long
type=ref,event=branch
type=raw,value=${{ github.ref_name }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down Expand Up @@ -92,10 +83,6 @@ jobs:
id: meta
with:
images: ghcr.io/ambrosus/airdao-gov-user-mailer
tags: |
type=sha,format=long
type=ref,event=branch
type=raw,value=${{ github.ref_name }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 6645fa3

Please sign in to comment.