Skip to content

Commit

Permalink
Add pygeoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyzlj committed Oct 11, 2024
1 parent 8c2578b commit 1829639
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
env:
# Container registry domain, and a name for the Docker image that this workflow builds.
IMAGE_NAME: pygeoc
PKG_VER: 0.3.5
# github container registry
REGISTRY: ghcr.io
NAMESPACE: ${{ github.repository_owner }}
Expand Down Expand Up @@ -83,8 +84,8 @@ jobs:
platforms: linux/amd64,linux/arm64
provenance: false
tags: |
${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/${{ env.IMAGE_NAME }}:${{ env.ALPINE_IMAGE_TAG }}
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.ALPINE_IMAGE_TAG }}
${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/${{ env.IMAGE_NAME }}:${{ env.PKG_VER}}-${{ env.ALPINE_IMAGE_TAG }}
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.PKG_VER}}-${{ env.ALPINE_IMAGE_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
platforms: linux/amd64,linux/arm64
provenance: false
tags: |
${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/${{ env.IMAGE_NAME }}:${{ env.UBUNTU_IMAGE_TAG }}
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.UBUNTU_IMAGE_TAG }}
${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/${{ env.IMAGE_NAME }}:${{ env.PKG_VER}}-${{ env.UBUNTU_IMAGE_TAG }}
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.PKG_VER}}-${{ env.UBUNTU_IMAGE_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 1829639

Please sign in to comment.