Skip to content

Commit

Permalink
Merge pull request #185 from nicolasbock/workflow
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
nicolasbock authored Sep 11, 2024
2 parents 2960d50 + dfd324e commit ebb9ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ env:

jobs:
test-and-build:
# Include the build workflow.
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iduses
uses: ./.github/workflows/test-and-build.yaml

docker-publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
needs: test-and-build

steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a templated file and must be kept up-to-date with the original
# from upstream at https://github.com/canonical/se-tooling-ci-common.
name: Publish to ghcr.io

on:
Expand Down

0 comments on commit ebb9ee4

Please sign in to comment.