Skip to content

Commit

Permalink
Refactor Docker deployment workflow to remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Oct 16, 2024
1 parent 9c24ef6 commit 58d719d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
build_docker:
name: Docker
runs-on: ubuntu-latest
needs: build
permissions:
pages: write # Required to deploy to GitHub Pages.
id-token: write # Required to verify that the deployment originates from this workflow.
Expand Down

0 comments on commit 58d719d

Please sign in to comment.