Skip to content

Commit

Permalink
test ghcr push on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 8, 2025
1 parent 4787351 commit f230a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: 'Build node-js-alpine image'
run: |
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20_${{github.run_attempt}} -f Dockerfile-node-js-alpine .
#docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20_${{github.run_attempt}} -f Dockerfile-node-js-alpine .
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest:v3.20.0 -f Dockerfile-node-js-alpine .
docker push ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest --all-tags
- name: 'Build python-ubi8 image'
run: |
Expand Down

0 comments on commit f230a86

Please sign in to comment.