Skip to content
Snippets Groups Projects
Commit 0d273f51 authored by Carl Tashian's avatar Carl Tashian
Browse files

Syntax

parent cff53196
No related branches found
No related merge requests found
......@@ -9,7 +9,6 @@ jobs:
goreleaser:
name: Build and publish a release with GoReleaser
runs-on: ubuntu-20.04
needs: create_release
steps:
-
name: Checkout
......@@ -26,13 +25,13 @@ jobs:
id: configure_go
run: |
PATH=$PATH:/usr/local/go/bin:/home/admin/go/bin
-
-
name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment