Skip to content

Commit

Permalink
removed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed May 21, 2024
1 parent 98f844d commit c598ddb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
registry: ghcr.io
username: loft-sh
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push the hooks
uses: docker/build-push-action@v4
working-directory: ./examples/hooks
id: docker_build
with:
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: "ghcr.io/loft-sh/vcluster-example-hooks:${{steps.get_version.outputs.release_version}}"
labels: ${{ steps.docker_meta.outputs.labels }}
# - name: Build and push the hooks
# uses: docker/build-push-action@v4
# working-directory: ./examples/hooks
# id: docker_build
# with:
# file: Dockerfile
# platforms: linux/amd64,linux/arm64
# push: true
# tags: "ghcr.io/loft-sh/vcluster-example-hooks:${{steps.get_version.outputs.release_version}}"
# labels: ${{ steps.docker_meta.outputs.labels }}
- name: Images digests for
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Build and push the bootstrap
Expand Down

0 comments on commit c598ddb

Please sign in to comment.