@boxyhq/saml-jackson 0.2.2-beta.168 → 0.2.2-beta.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,7 @@ jobs:
|
|
98
98
|
|
99
99
|
- name: Get short SHA
|
100
100
|
id: slug
|
101
|
-
run: echo "::set-output name=
|
101
|
+
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"
|
102
102
|
|
103
103
|
- name: Set up Docker Buildx
|
104
104
|
id: buildx
|
@@ -117,7 +117,7 @@ jobs:
|
|
117
117
|
context: ./
|
118
118
|
file: ./Dockerfile
|
119
119
|
push: true
|
120
|
-
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.
|
120
|
+
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.sha7 }}
|
121
121
|
|
122
122
|
- name: Image digest
|
123
123
|
run: echo ${{ steps.docker_build.outputs.digest }}
|