Skip to content

Commit

Permalink
Bump up actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 1, 2023
1 parent 124512b commit 2c5ffdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
-
name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -38,7 +38,7 @@ jobs:
run: ./hooks/push
-
name: Login to Docker Hub Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 2c5ffdc

Please sign in to comment.