From 4787351d78aefce274ac2e0d8375458da1c9e9cb Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:23:33 -0500 Subject: [PATCH] change image name to test GHA to GHCR --- .github/workflows/build_and_publish_images.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_publish_images.yml b/.github/workflows/build_and_publish_images.yml index 741354d..8907faf 100644 --- a/.github/workflows/build_and_publish_images.yml +++ b/.github/workflows/build_and_publish_images.yml @@ -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: |