Skip to content

Commit

Permalink
Fix #361: Simplify tag for JFrog release
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Feb 14, 2024
1 parent 928138e commit 2b2ab30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
push: ${{ github.event_name == 'workflow_dispatch' && inputs.jfrog_deploy == true }}
platforms: linux/amd64,linux/arm64
tags: wultra.jfrog.io/wultra-docker/powerauth-test-server:${{ env.REVISION }}${{ env.TIMESTAMP }}-${{ github.sha }}
tags: wultra.jfrog.io/wultra-docker/powerauth-test-server:${{ env.REVISION }}${{ env.TIMESTAMP }}
file: ./powerauth-test-server/Dockerfile
context: ./powerauth-test-server/
cache-from: type=gha
Expand Down

0 comments on commit 2b2ab30

Please sign in to comment.