Skip to content

Commit

Permalink
Add some attempts at container registry pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 4, 2024
1 parent 3f63e9e commit bd4513c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v5
with:
context: .
tags: trusted-ci:ci
push: true

0 comments on commit bd4513c

Please sign in to comment.