Skip to content

Commit

Permalink
shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuechler committed May 23, 2024
1 parent 1e9458c commit 3f19cb6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +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

env:
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 @@ -43,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 3f19cb6

Please sign in to comment.