Skip to content

Commit

Permalink
Add name for job and remove source of old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niklhut committed Nov 2, 2023
1 parent 966fc03 commit 09ffe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# shamelessly stolen from: https://github.com/CloudGoBrrr/server/blob/main/.github/workflows/main.yml
name: Build and publish container

on:
Expand All @@ -15,6 +14,7 @@ env:

jobs:
ghr_push:
name: Build and publish container
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 09ffe59

Please sign in to comment.