Skip to content

Commit

Permalink
chore: switch to oidc for depot
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 31, 2024
1 parent af06aef commit 252a493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 92 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/build-and-release.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Push Docker Image

permissions:
id-token: write

on:
push:
branches:
Expand Down Expand Up @@ -34,7 +37,6 @@ jobs:
with:
project: bbqjs4tj1g
context: .
token: ${{ secrets.DEPOT_TOKEN }}
push: true
tags: ghcr.io/${{ github.repository }}:main

Expand Down

0 comments on commit 252a493

Please sign in to comment.