Skip to content

Commit

Permalink
Repushing.
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 committed Sep 25, 2024
1 parent 82ef75a commit 93ad5e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Docker Image CI

concurrency:
group: "build"
cancel-in-progress: false

on:
push:
branches: [ "main" ]
Expand All @@ -8,7 +12,7 @@ jobs:

Build-and-Push:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down

0 comments on commit 93ad5e0

Please sign in to comment.