Skip to content

Commit

Permalink
fix: Set ENVIRONMENT on publish (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhhagen authored Feb 1, 2024
1 parent 764e499 commit a69c491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oci-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: gcloud auth print-access-token | docker login https://${{ inputs.artifact_registry_location }}-docker.pkg.dev -u oauth2accesstoken --password-stdin
- name: Publish
if: ${{ inputs.publish }}
run: docker compose run --rm ${{ inputs.docker-compose-service }} publish VERBOSE=all
run: docker compose run --rm ${{ inputs.docker-compose-service }} publish VERBOSE=all ENVIRONMENT=${{ inputs.environment }}
- name: Output Image Metadata
id: metadata
run: |
Expand Down

0 comments on commit a69c491

Please sign in to comment.