Skip to content

Commit

Permalink
chore: github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KFCFans committed Dec 7, 2024
1 parent 730982b commit 8166b78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build_docker

on:
push:
branches: [master]
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

Expand Down Expand Up @@ -41,6 +40,8 @@ jobs:
tags: |
tjqq/powerjob-server:latest
powerjob/powerjob-server:latest
tjqq/powerjob-server:${{ github.ref }}
powerjob/powerjob-server:${{ github.ref }}
- name: Build And Push [powerjob-agent]
uses: docker/build-push-action@v6
Expand All @@ -51,6 +52,8 @@ jobs:
tags: |
tjqq/powerjob-agent:latest
powerjob/powerjob-agent:latest
tjqq/powerjob-agent:${{ github.ref }}
powerjob/powerjob-agent:${{ github.ref }}
- name: Build And Push [powerjob-worker-samples]
uses: docker/build-push-action@v6
Expand All @@ -61,3 +64,5 @@ jobs:
tags: |
tjqq/powerjob-worker-samples:latest
powerjob/powerjob-worker-samples:latest
tjqq/powerjob-worker-samples:${{ github.ref }}
powerjob/powerjob-worker-samples:${{ github.ref }}

0 comments on commit 8166b78

Please sign in to comment.