Skip to content

Commit

Permalink
feat: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 30, 2024
1 parent 7e3d47e commit 8a372bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux
name: Code Coverage

on:
push:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
- '*'

jobs:
build:
build-push:
name: Build and Publish Docker Image
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Docker Metadata
- name: Extract Metadata
id: meta
uses: docker/metadata-action@v5
with:
Expand All @@ -50,7 +51,7 @@ jobs:
type=raw,value=latest,enable=${{is_default_branch}}
type=pep440,pattern={{version}}
- name: Build and Push Docker Image
- name: Build and Push
id: build-and-push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8a372bc

Please sign in to comment.