Skip to content

Commit 41b596a

Browse files
committed
Revert "test ghcr push on pr"
This reverts commit f230a86.
1 parent f230a86 commit 41b596a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
4242
- name: 'Build node-js-alpine image'
4343
run: |
44-
#docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20_${{github.run_attempt}} -f Dockerfile-node-js-alpine .
45-
46-
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest:v3.20.0 -f Dockerfile-node-js-alpine .
47-
docker push ghcr.io/cfpb/regtech/sbl/node-js-alpine-latest --all-tags
44+
docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20_${{github.run_attempt}} -f Dockerfile-node-js-alpine .
4845
4946
- name: 'Build python-ubi8 image'
5047
run: |

0 commit comments

Comments
 (0)