Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jun 26, 2024
1 parent 9281a7a commit f6ac514
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ inputs:
pre_build_commands:
description: 'The pre-build commands'
required: false
branding:
icon: 'command'
color: 'red'
runs:
using: composite
steps:
Expand All @@ -46,23 +43,6 @@ runs:
with:
dotnet-version: '3.1.x'

- name: 💎 Variables
shell: bash
id: variables
run: |
gcloud info
repo_name=${{ inputs.docker_hub_username }}/${{ inputs.image_name }}
image_tag=${{ inputs.image_tag }}
dev_image_tag="$image_tag"
repo_ref="$repo_name:$image_tag"
image_ref="${{ inputs.image_name }}:$image_tag"
dev_repo_ref="$repo_name:$dev_image_tag"
dev_image_ref="${{ inputs.image_name }}:$dev_image_tag"
echo "repo_name=$repo_name" >> $GITHUB_OUTPUT
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
echo "dev_image_tag=$dev_image_tag" >> $GITHUB_OUTPUT
echo "repo_ref=$repo_ref" >> $GITHUB_OUTPUT
echo "image_ref=$image_ref" >> $GITHUB_OUTPUT
echo "dev_repo_ref=$dev_repo_ref" >> $GITHUB_OUTPUT
echo "dev_image_ref=$dev_image_ref" >> $GITHUB_OUTPUT
branding:
icon: 'command'
color: 'red'

0 comments on commit f6ac514

Please sign in to comment.