Skip to content

Commit 3542840

Browse files
fix name
1 parent 406ac05 commit 3542840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
curl -H "Metadata-Flavor: Google" "${GCP_METADATA_URL}" | jq -r '.access_token' > ${ACCESS_TOKEN_FILE}
7777
cat ${ACCESS_TOKEN_FILE} | docker login -u oauth2accesstoken --password-stdin us-west1-docker.pkg.dev
78-
- name: Build container
78+
- name: Push container
7979
uses: docker/build-push-action@v5
8080
with:
8181
context: .

0 commit comments

Comments
 (0)