Skip to content

Commit

Permalink
Merge pull request #92 from at88mph/release-jun-2022
Browse files Browse the repository at this point in the history
Reformat automated build.
  • Loading branch information
at88mph authored May 27, 2022
2 parents 456fde9 + d403100 commit 0849f7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Reusable Docker workflow

env:
CI_REGISTRY_ORGANIZATION: opencadc

# Allow the set-env command below
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand All @@ -20,6 +18,8 @@ on:
required: true
CI_REGISTRY_PASSWORD:
required: true
CI_REGISTRY_ORGANIZATION:
required: true

jobs:
docker-build-publish:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
-
name: Set Docker tag
run: |
TAG=${CI_REGISTRY_ORGANIZATION}/alma-${{ inputs.name }}:"$(gradle -b ${{ inputs.name }}/build.gradle -q printVersion)-SNAPSHOT"
TAG=${{ secrets.CI_REGISTRY_ORGANIZATION }}/alma-${{ inputs.name }}:"$(gradle -b ${{ inputs.name }}/build.gradle -q printVersion)"
echo "::set-env name=DOCKER_TAG::$TAG"
-
name: Build and push
Expand Down

0 comments on commit 0849f7f

Please sign in to comment.