Skip to content

Commit

Permalink
Also push latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 25, 2024
1 parent ae93c29 commit 8e9b067
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker Image CI

on:
push:
branches:
- ci
workflow_dispatch:

env:
Expand All @@ -20,7 +23,7 @@ jobs:
- name: Generate release version
id: release_version
run: |
echo "WHEEL_VERSION=ghcr.io/$IMAGE_NAME:$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
echo "WHEEL_VERSION=ghcr.io/$IMAGE_NAME:$(git describe --tags --always),ghcr.io/$IMAGE_NAME:latest" >> "$GITHUB_OUTPUT"
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8e9b067

Please sign in to comment.