Skip to content

Commit

Permalink
Revert "Pass secrets to imported action"
Browse files Browse the repository at this point in the history
This reverts commit 4e0b773.
  • Loading branch information
alik-agaev committed Nov 13, 2024
1 parent 4e0b773 commit abce8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/_docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ on:
service-name:
required: true
type: string
docker-arm-host:
required: true
type: string
docker-arm-host-key:
required: true
type: string
outputs:
tag-value:
description: 'A semver compatible version retrieved from the tag'
Expand Down Expand Up @@ -66,8 +60,8 @@ jobs:
docker-username: ${{ github.actor }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
docker-remote-multi-platform: true
docker-arm-host: ${{ inputs.docker-arm-host }}
docker-arm-host-key: ${{ inputs.docker-arm-host-key }}
docker-arm-host: ${{ secrets.ARM_RUNNER_HOSTNAME }}
docker-arm-host-key: ${{ secrets.ARM_RUNNER_KEY }}

- name: Build and push
uses: docker/build-push-action@v6
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smart-guessr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ jobs:
uses: ./.github/workflows/_docker-build-push.yml
with:
service-name: smart-guessr
docker-arm-host: ${{ secrets.ARM_RUNNER_HOSTNAME }}
docker-arm-host-key: ${{ secrets.ARM_RUNNER_KEY }}

0 comments on commit abce8fc

Please sign in to comment.