Skip to content

Commit

Permalink
get the platforms from correct id
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 22, 2024
1 parent 999378e commit 94d14ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Common Setup
id: common_setup
uses: fortio/workflows/.github/actions/common_setup@main
with:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
run: |
echo "Build platforms: ${{ steps.common_setup.outputs.platforms }}"
- name: Build
id: build
run: |
Expand Down

0 comments on commit 94d14ff

Please sign in to comment.