Skip to content

Commit c014348

Browse files
committed
[DEL] gha tests
1 parent d9131cd commit c014348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-hub-publish-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 2 * * *' # Daily at 02:00
6-
push:
6+
77
jobs:
88
base:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Build and publish base image to harbor
12-
uses: IMIO/buildout.pm/actions/harbor@mod-gh-actions-PMIND-47
12+
uses: IMIO/buildout.pm/actions/harbor@master
1313
with:
1414
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1515
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)