Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
1 parent cd9340a commit 98a5b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ env:

jobs:
build-and-push-images:

permissions:
contents: read
packages: write

runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-action.json": "file:///Users/ilakovac/dev/render-ghcr/.github/deploy.yml"
"https://json.schemastore.org/github-action.json": "file:///Users/ilakovac/dev/render-ghcr/.github/deploy.yml",
"https://json.schemastore.org/github-workflow.json": "file:///Users/ilakovac/dev/render-ghcr/.github/workflows/deploy.yml"
}
}

0 comments on commit 98a5b65

Please sign in to comment.