Skip to content

fix: turn off loki auth #616

fix: turn off loki auth

fix: turn off loki auth #616

Workflow file for this run

name: Build VSCode
on:
push:
branches:
- main
jobs:
release:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: "argo/cluster/misc/vscode"
push: true
tags: ghcr.io/henrywhitaker3/vscode:latest