Skip to content

Commit

Permalink
fix: resolve non created docker images (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras authored May 3, 2023
1 parent 561bd79 commit 9544b92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@ jobs:
needs: build-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Download build
id: download
uses: actions/download-artifact@v3
with:
name: build
path: dist

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ jobs:
needs: build-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Download build
id: download
uses: actions/download-artifact@v3
with:
name: build
path: dist

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit 9544b92

Please sign in to comment.