We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d5e82 commit 49a5f89Copy full SHA for 49a5f89
.github/workflows/release-command.yml
@@ -60,7 +60,7 @@ jobs:
60
if: github.event_name != 'pull_request'
61
uses: docker/login-action@v3
62
with:
63
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ github.repository_owner }}
64
password: ${{ secrets.DOCKERHUB_TOKEN }}
65
66
- name: Login to GHCR
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23 as build
+FROM golang:1.23 AS build
2
WORKDIR /go/src/app
3
4
COPY go.* .
0 commit comments