We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f230a86 commit 41b596aCopy full SHA for 41b596a
.github/workflows/build_images.yml
@@ -41,10 +41,7 @@ jobs:
41
42
- name: 'Build node-js-alpine image'
43
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
+ docker build -t ghcr.io/cfpb/regtech/sbl/node-js-alpine:3.20_${{github.run_attempt}} -f Dockerfile-node-js-alpine .
48
49
- name: 'Build python-ubi8 image'
50
0 commit comments