Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More CD build stage tweaks #4

Merged
merged 10 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Get rid of GHA environment
  • Loading branch information
ml-evs committed Aug 27, 2024
commit 2ff88aad582968f95994723a41d1d7c341afc46c
4 changes: 0 additions & 4 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
if: github.repository_owner == 'datalab-org'
runs-on: ubuntu-latest

environment:
name: container-image
url: https://github.com/${{ github.repository }}/pkgs/container/${{ vars.IMAGE_NAME }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down