Skip to content

Commit

Permalink
change image name to test GHA to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 8, 2025
1 parent 6d2bf80 commit 4787351
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_and_publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ jobs:
- name: 'Build and Publish node-js-alpine image'
run: |
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:v3.20.0 -f Dockerfile-node-js-alpine .
docker tag ghcr.io/cfpb/regtech/sbl/node-js-alpine:v3.20.0 ghcr.io/cfpb/regtech/sbl/node-js-alpine:v3.20.0_${{github.run_number}}.${{github.run_attempt}}
docker tag ghcr.io/cfpb/regtech/sbl/node-js-alpine:v3.20.0 ghcr.io/cfpb/regtech/sbl/node-js-alpine:latest
#docker push ghcr.io/cfpb/regtech/sbl/node-js-alpine --all-tags
#do not push until Package Settings have been updated to allow GHA from this repo
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest:v3.20.0 -f Dockerfile-node-js-alpine .
docker tag ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest:v3.20.0 ghcr.io/cfpb/regtech/sbl/node-js-alpine:v3.20.0_${{github.run_number}}.${{github.run_attempt}}
docker tag ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest:v3.20.0 ghcr.io/cfpb/regtech/sbl/node-js-alpine:latest
docker push ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest --all-tags
- name: 'Build and Publish python-ubi8 image'
run: |
Expand Down

0 comments on commit 4787351

Please sign in to comment.