Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia authored Jan 13, 2025
2 parents 5f72cec + 43c47b3 commit d316b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: 'https://github.com/orgs/GSA/projects/11/views/1'
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: login to ghcr
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: publish ${{ matrix.name }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: ${{ matrix.image }}
push: true
Expand Down

0 comments on commit d316b04

Please sign in to comment.