Skip to content

Commit

Permalink
Update manual-SNAPSHOT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jholczer authored Feb 21, 2025
1 parent c778405 commit f16aabb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/manual-SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,15 @@ jobs:
echo "$line" >> $GITHUB_ENV
fi
done < .env
fi
- name: Debug environment variables
run: |
echo "DOCKER_REPOSITORY: $DOCKER_REPOSITORY"
echo "DOCKER_LIQUIBASE_DOOKUG: $DOCKER_LIQUIBASE_DOOKUG"
- name: Setup Debug Session
uses: csexton/debugger-action@master
fi
- name: docker buildx bake "#1"
uses: docker/bake-action@v5
with:
workdir: etc/release
set: |
*.platform=${{ env.DOCKER_BAKE_PLATFORM }}
*.args.DOCKER_REPOSITORY=${{ env.DOCKER_REPOSITORY }}
*.args.DOCKER_LIQUIBASE_DOOKUG=${{ env.DOCKER_LIQUIBASE_DOOKUG }}
*.args.DOCKER_LIQUIBASE_DOOKUG=icellmobilsoft/dookug_db
push: true
files: |
docker-compose.yml
Expand Down

0 comments on commit f16aabb

Please # to comment.