Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit ccfd11b

Browse files
Update build-and-push-v2.yaml
1 parent 80dc785 commit ccfd11b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build-and-push-v2.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Build and publish
22
on:
3-
schedule:
4-
- cron: "23 3 * * *"
53
push:
64
branches:
75
- main
@@ -16,8 +14,7 @@ env:
1614
# github.repository as <account>/<repo>
1715
IMAGE_NAME: nfs-server
1816
IMAGES: |
19-
docker.io/obebete/nfs-server
20-
ghcr.io/obeone/nfs-server
17+
ghcr.io/spicehq/nfs-server
2118
2219
jobs:
2320
Build:
@@ -30,13 +27,6 @@ jobs:
3027
id-token: write
3128

3229
steps:
33-
- name: Login to Docker Hub
34-
uses: docker/login-action@v2
35-
with:
36-
registry: docker.io
37-
username: ${{ secrets.DOCKERHUB_USERNAME }}
38-
password: ${{ secrets.DOCKERHUB_TOKEN }}
39-
4030
- name: Login to GitHub Container Registry
4131
uses: docker/login-action@v2
4232
with:

0 commit comments

Comments
 (0)