Skip to content

Commit

Permalink
Merge pull request #1 from asfadmin/test
Browse files Browse the repository at this point in the history
Shuffle around some various, cleanup
  • Loading branch information
bbuechler authored May 23, 2024
2 parents aa21f96 + 3f19cb6 commit 46d039e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@ on:
tags:
- "v*.*.*"

env:
REGISTRY: ghcr.io/asfadmin
IMAGE_NAME: mapready
TAG_NAME: ${{ github.ref_name }}

jobs:

build-and-push-image:

runs-on: ubuntu-latest

environment: ${{ needs.setup.outputs.environment }}

env:
DEPLOY_PREFIX: ${{ needs.setup.outputs.deploy_prefix }}
REGISTRY: ghcr.io/asfadmin
AWS_DEFAULT_REGION: us-west-2
BASE_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}
IMAGE_NAME: mapready
TAG_NAME: ${{ github.ref_name }}

permissions:
contents: read
Expand All @@ -47,4 +41,4 @@ jobs:
context: .
file: build/asf_mapready.Dockerfile
push: true
tags: ${{ env.BASE_IMAGE }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}

0 comments on commit 46d039e

Please sign in to comment.