Skip to content

Commit

Permalink
cleaned up and name to snappcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Apr 24, 2024
1 parent 70a538b commit 4f5500a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,11 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Get Image Tags
# id: tags
# run: |
# version=$(sed 's/^v//' <<< ${{ github.ref_name }})
# echo tags="latest,${version}" >> $GITHUB_OUTPUT
- uses: docker/metadata-action@v4
id: meta
with:
images: ghcr.io/${{ github.repository }}
# - name: Build and Push
# uses: docker/bake-action@v4
# env:
# TAGS: "${{ steps.tags.outputs.tags }}"
# REGISTRY: "ghcr.io"
# with:
# push: true
# set:
# goreleaser.args.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}

- uses: docker/build-push-action@v4
with:
file: "Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project_name: nats-surveyor
release:
draft: true
github:
owner: sinamna
owner: snappcloud
name: nats-surveyor

name_template: 'Release {{.Tag}}'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
drepo ?= sinamna
drepo ?= snappcloud

.PHONY: dockerx test
dockerx:
Expand Down

0 comments on commit 4f5500a

Please sign in to comment.