You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/actions/build-push-artifacts/action.yml
+8-1
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,11 @@ runs:
47
47
file: ci/Dockerfile
48
48
context: .
49
49
push: true
50
-
tags: ${{ steps.login-ecr-vaec.outputs.registry }}/va_enp_api:${{ inputs.ref }},${{ steps.login-ecr-vaec.outputs.registry }}/va_enp_api:${{ github.sha }} ## Tagging with branch/tag and SHA to maintain SHA record and human readability
50
+
tags: ${{ steps.login-ecr-vaec.outputs.registry }}/va_enp_api:${{ inputs.ref }},${{ steps.login-ecr-vaec.outputs.registry }}/va_enp_api:${{ github.sha }} ## Tagging with branch/tag and SHA to maintain SHA record and human readability
51
+
52
+
# This step sets the Docker image URI as an output from the composite action
53
+
- name: Set image output
54
+
shell: bash
55
+
run: |
56
+
# Using the ref tag as our main object to pass around
0 commit comments