Skip to content

Commit 994d7b5

Browse files
committed
force artifactory
1 parent 483d39b commit 994d7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Tag and Push to Artifactory
9292
run: |
93-
IMAGE=ghcr.io/${{ steps.vars.outputs.OWNER }}/upload-sbom-go
93+
IMAGE=${{ secrets.ARTIFACTORY_DOMAIN }}/octopusdeploy/secops/upload-sbom-go
9494
docker tag upload-sbom-go:${{ steps.vars.outputs.VERSION }} $IMAGE:${{ steps.vars.outputs.VERSION }}
9595
docker tag upload-sbom-go:${{ steps.vars.outputs.VERSION }} $IMAGE:latest
9696
docker push $IMAGE:${{ steps.vars.outputs.VERSION }}

0 commit comments

Comments
 (0)