Skip to content

Commit

Permalink
Update prebuilt_devcontainer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto authored Nov 19, 2024
1 parent 1ff559d commit 677dfa9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/prebuilt_devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Compute tag for devcontainer image
id: meta
run: |
tag=$(git rev-parse --short HEAD)
echo "tag=$tag" >> "$GITHUB_OUTPUT"
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 677dfa9

Please sign in to comment.