Skip to content

Commit

Permalink
workflow name change
Browse files Browse the repository at this point in the history
  • Loading branch information
SkylarHoughtonGithub authored and SkylarHoughtonGithub committed Sep 19, 2024
1 parent eb3a0d2 commit 3be1180
Showing 1 changed file with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,3 @@ jobs:
with:
name: ${{ needs.load_env.outputs.NAME }}
path: ${{ needs.load_env.outputs.NAME }}

# docker:
# needs: build
# if: github.event.pull_request.merged == true || github.event_name == 'push'
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - name: Download artifact
# uses: actions/download-artifact@v3
# with:
# name: ${{ needs.load_env.outputs.NAME }}

# - name: Load environment variables
# id: dotenv
# run: |
# if [ -f .env ]; then
# export $(cat .env | xargs)
# fi
# echo "NAME=${NAME}" >> $GITHUB_OUTPUT
# echo "TAGS=${TAGS}" >> $GITHUB_OUTPUT

# outputs:
# NAME: ${{ steps.dotenv.outputs.NAME }}
# TAGS: ${{ steps.dotenv.outputs.TAGS }}

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v2

# - name: Build and push
# uses: docker/build-push-action@v4
# with:
# context: .
# push: false # Set to true if you want to push to a registry
# tags: ${{ steps.dotenv.outputs.TAGS }}

0 comments on commit 3be1180

Please sign in to comment.