Skip to content

Commit

Permalink
corrected github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed May 23, 2022
1 parent 7bc944f commit c97b844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build docker image
run: |
export IMAGE_PREFIX="ghcr.io/arindas/proglog"
docker build -t "${IMAGE_PREFIX}:${GITHUB_REF##*/}" "${IMAGE_PREFIX}:latest" .
docker build -t "${IMAGE_PREFIX}:${GITHUB_REF##*/}" -t "${IMAGE_PREFIX}:latest" .
- name: Authenticate to github docker registry
run: |
docker login ghcr.io -u arindas -p ${{ secrets.GH_DOCKER_TOCKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
goarch: ["386", amd64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.20
- uses: wangyoucao577/go-release-action@v1.26
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit c97b844

Please sign in to comment.