Skip to content

Commit

Permalink
fix: update docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
itboon committed Oct 1, 2024
1 parent e97587f commit df6230a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-kubectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ vars.CR_REPO }}:snapshot
${{ env.CR_REPO }}:snapshot
-
name: Build and push
uses: docker/build-push-action@v5
if: steps.vars.outputs.is_release == 'true'
# env:
# APP_VERSION: '${{ steps.vars.outputs.app_version }}'
with:
context: docker/kubectl
platforms: linux/amd64,linux/arm64
Expand All @@ -88,4 +86,4 @@ jobs:
build-args: |
app_version=${{ steps.vars.outputs.app_version }}
tags: |
${{ vars.CR_REPO }}:v${{ steps.vars.outputs.app_version }}
${{ env.CR_REPO }}:v${{ steps.vars.outputs.app_version }}

0 comments on commit df6230a

Please sign in to comment.