Skip to content

Commit

Permalink
set latest tag to explicitly refer to ghcr and also use
Browse files Browse the repository at this point in the history
file instead of Dockerfile
  • Loading branch information
xvandish committed Jul 1, 2024
1 parent 66baa7f commit b6730f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ jobs:
uses: docker/build-push-action@v4
with:
outputs: "type=registry,push=true"
tags: ghcr.io/${{ github.repository_owner }}/zoekt-webserver:${{ steps.version.outputs.value }},latest
dockerfile: Dockerfile.webserver
tags: ghcr.io/${{ github.repository_owner }}/zoekt-webserver:${{ steps.version.outputs.value }},ghcr.io/${{ github.repository_owner }}/zoekt-webserver:latest
file: Dockerfile.webserver

- name: build-push-indexserver
uses: docker/build-push-action@v4
with:
outputs: "type=registry,push=true"
tags: ghcr.io/${{ github.repository_owner }}/zoekt-indexserver:${{ steps.version.outputs.value }},latest
dockerfile: Dockerfile.indexserver
tags: ghcr.io/${{ github.repository_owner }}/zoekt-indexserver:${{ steps.version.outputs.value }},ghcr.io/${{ github.repository_owner }}/zoekt-indexserver:latest
file: Dockerfile.indexserver

0 comments on commit b6730f7

Please sign in to comment.