Skip to content

Commit

Permalink
change nodejs image name to test GHA to GHCR (#39)
Browse files Browse the repository at this point in the history
* change image name to test GHA to GHCR

* test ghcr push on pr

* Revert "test ghcr push on pr"

This reverts commit f230a86.
  • Loading branch information
thetoolsmith authored Jan 9, 2025
1 parent 6d2bf80 commit 13f49bc
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
@@ -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: |

0 comments on commit 13f49bc

Please sign in to comment.