Skip to content

Commit

Permalink
Update docker-container-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webysther authored Nov 16, 2023
1 parent a32610b commit 94ff69c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push

jobs:
build:
runs-on: node:18.16.0
runs-on: node:18
steps:
-
name: Checkout
Expand All @@ -16,12 +16,6 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 94ff69c

Please sign in to comment.