Skip to content

Commit

Permalink
πŸ› es
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Oct 25, 2023
1 parent 2b980bb commit da9fe07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
build-args: |
APP_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}

# deploy:
# name: πŸš€ Deploy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/elasticsearch-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
env:
REGISTRY: ghcr.io
APPLICATION: elasticsearch
ES_VERSION: 7.17
IMAGE_NAME: ${{ github.repository }}

concurrency:
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
cache-to: type=gha,mode=max
labels: ${{ steps.meta.outputs.labels }}
build-args: |
APP_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
ES_VERSION=${{ env.ES_VERSION }}
# deploy:
# name: πŸš€ Deploy
Expand Down

0 comments on commit da9fe07

Please sign in to comment.