Skip to content

Commit

Permalink
Remove timestamp from docker build if branch != develop
Browse files Browse the repository at this point in the history
  • Loading branch information
korbelm authored and zcgandcomp committed Feb 14, 2024
1 parent aa5dc22 commit 928138e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
server-username: INTERNAL_USERNAME
server-password: INTERNAL_PASSWORD
cache: maven
- name: Set Timestamp for docker image tag
- name: Set Timestamp for docker image for development branch
if: github.ref == 'refs/heads/develop'
run: echo "TIMESTAMP=-$(date +%Y.%m.%d)" >> $GITHUB_ENV
- name: Get Powerauth Test Server version
run: |
Expand Down

0 comments on commit 928138e

Please sign in to comment.