Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
tdavidcl committed Aug 7, 2024
1 parent 4e1717f commit a3e46c7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_publish_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ name: Build and publish containers

on:
push:
branches:
- 'main'
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository_owner }}

jobs:

jobs:
build:

runs-on: self-hosted
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

runs-on: self-hosted

strategy:
matrix:
include:
Expand Down

0 comments on commit a3e46c7

Please sign in to comment.