Skip to content

Commit ebfce01

Browse files
committed
release improvements
1 parent d87ebd5 commit ebfce01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
inputs:
1313
tag:
1414
type: string
15-
default: 'latest'
15+
required: true
1616

1717
permissions:
1818
contents: read
@@ -31,14 +31,14 @@ jobs:
3131
- name: Login to Docker Hub
3232
uses: docker/login-action@v2
3333
with:
34-
username: ${{ secrets.DOCKERHUB_USERNAME }}
34+
username: crenshawdotdev
3535
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3636
- name: Build and push
3737
uses: docker/build-push-action@v3
3838
with:
3939
context: .
4040
push: ${{ github.event_name == 'push' }}
41-
tags: crenshawdotdev/argocd-executor-plugin:${{ inputs.tag }}
41+
tags: crenshawdotdev/argocd-executor-plugin:${{ inputs.tag || 'latest' }}
4242
- name: Install cosign
4343
uses: sigstore/cosign-installer@main
4444
with:

0 commit comments

Comments
 (0)