Skip to content

Commit

Permalink
Remove metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Sep 10, 2023
1 parent 3993c35 commit 28ccbdc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: pshenmic/platform-explorer
IMAGE_NAME: ${{ github.repository }}

jobs:
build_api:
Expand Down Expand Up @@ -69,19 +69,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:indexer

- name: Build and push API package Docker image
uses: docker/build-push-action@v4
with:
context: ./packages/indexer
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:indexer
deploy:
runs-on: ubuntu-latest
needs: [build_api, build_indexer]
Expand Down

0 comments on commit 28ccbdc

Please sign in to comment.