Skip to content

Commit

Permalink
[nc] fix name
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 12, 2024
1 parent 3132f63 commit 0098a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: |
set -eo pipefail
echo $DOCKER_PASSWORD | docker login -u $DOCKER_LOGIN --password-stdin docker.io
docker build -t twdps/gha-container-base-iamge:alpine-stable -f Dockerfile .
docker push twdps/gha-container-base-iamge:alpine-stable
docker build -t twdps/gha-container-base-image:alpine-stable -f Dockerfile .
docker push twdps/gha-container-base-image:alpine-stable

0 comments on commit 0098a96

Please sign in to comment.