Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 20, 2024
1 parent 4b27031 commit 36b10b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ jobs:
run: |
docker build \
-f tools/docker/Dockerfile \
-t "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest" \
--cache-from ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest \
-t "ghcr.io/${{ github.repository_owner }}/renovatebot:latest" \
--cache-from ghcr.io/${{ github.repository_owner }}/renovatebot:latest \
.
- name: Log into registry
Expand All @@ -259,7 +259,7 @@ jobs:

- name: Push image (latest, ShortSha)
run: |
docker push "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest"
docker push "ghcr.io/${{ github.repository_owner }}/renovatebot:latest"


0 comments on commit 36b10b4

Please sign in to comment.