Skip to content

Commit

Permalink
Fixing up base image build base-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmorozov authored Apr 1, 2024
1 parent 3872210 commit 5cc69aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: docker build . --file build/base.Dockerfile --tag thesmile-base:latest

- name: Tag for DO
run: docker image tag thesmile-base:latest registry.digitalocean.com/thesmile/thesmile:latest
run: docker image tag thesmile-base:latest registry.digitalocean.com/thesmile/thesmile-base:latest

- name: Tag sha for DO
run: docker image tag thesmile-base:latest registry.digitalocean.com/thesmile/thesmile:$(echo $GITHUB_SHA | head -c7)
run: docker image tag thesmile-base:latest registry.digitalocean.com/thesmile/thesmile-base:$(echo $GITHUB_SHA | head -c7)

- name: Push to DO
run: docker push registry.digitalocean.com/thesmile/thesmile-base:latest
Expand Down

0 comments on commit 5cc69aa

Please sign in to comment.