Skip to content

Commit

Permalink
debugging github workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jun 21, 2024
1 parent 2c29737 commit 43302a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
- name: build and push
uses: docker/build-push-action@v3
with:
context: ./core
platforms: linux/amd64,linux/arm64
file: ./githubactions.Dockerfile
file: ./coer/githubactions.Dockerfile
build-args: |
lodestone_version=${{ steps.release_asset.outputs.version }}
push: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dashboard-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
- name: build and push
uses: docker/build-push-action@v3
with:
context: ./dashboard
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
file: ./dashboard/Dockerfile
push: true
tags: |
${{ steps.string_tag.outputs.lowercase }}:latest
Expand Down

0 comments on commit 43302a5

Please sign in to comment.