Skip to content

Commit

Permalink
test naming format
Browse files Browse the repository at this point in the history
  • Loading branch information
WanjikuMac committed Oct 26, 2023
1 parent ecd168b commit 9aa11ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build
run: |
echo '${{ secrets.RELEASES_SECRETS }}' >> config/releases.exs
docker build --tag "gcr.io/duncan-openc2-plugfest/twinklyhaha:${GITHUB_REF##*/}" .
docker build --tag "gcr.io/duncan-openc2-plugfest/twinklyhaha:v0.2.3" .
# Push the Docker image to Google Container Registry
- name: Publish
Expand Down

0 comments on commit 9aa11ed

Please sign in to comment.