Skip to content

Commit

Permalink
workflows: fix release docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
  • Loading branch information
srvaroa committed Nov 21, 2023
1 parent 27b1a12 commit b983000
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@ jobs:
contents: read
packages: write
steps:

- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ inputs.release_tag }}

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.18"
check-latest: true
cache: true

- name: Build
run: make build

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit b983000

Please sign in to comment.