Skip to content

Commit

Permalink
Merge pull request #3 from PlayEveryWare/mendsley/fix_release_artifacts
Browse files Browse the repository at this point in the history
Export BIN_OUT for release generation
  • Loading branch information
mendsley authored Nov 1, 2024
2 parents e48150c + d7cfc43 commit 770454e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dockerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ concurrency:
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'v[0-9]+.[0-9]+'
tags:
- 'v*'
pull_request:
paths-ignore:
- 'README.md'
- 'docs/**'
- 'frontend/dockerfile/docs/**'

env:
GO_VERSION: "1.23.2"
Expand Down Expand Up @@ -147,6 +139,8 @@ jobs:
needs:
- prepare
- build
env:
BIN_OUT: ${{ github.workspace }}/out
steps:
-
name: Download artifacts
Expand Down

0 comments on commit 770454e

Please sign in to comment.