Skip to content

Commit

Permalink
Update build-&-publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 authored Feb 24, 2025
1 parent 9df7072 commit 1999f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# - name: Setup go
# uses: actions/setup-go@v4
# with:
# go-version: ^1.21 # The Go version to download (if necessary) and use.
# go-version: ^1.22 # The Go version to download (if necessary) and use.

- name: Clone blobber
uses: actions/checkout@v3
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# - name: Setup go
# uses: actions/setup-go@v4
# with:
# go-version: ^1.21 # The Go version to download (if necessary) and use.
# go-version: ^1.22 # The Go version to download (if necessary) and use.

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 1999f80

Please sign in to comment.