Skip to content

Commit

Permalink
ci(cd): release dev tag (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset authored Oct 20, 2023
1 parent ba43bbc commit dd66d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish-docker:
name: "Build & Push docker image (latest)"
name: "Build & Push docker image (dev)"
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
context: .
push: true
tags: |
${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:latest
${{ github.repository }}:dev
ghcr.io/${{ github.repository }}:dev
labels: ${{ steps.meta.outputs.labels }}

- name: Update docker hub description
Expand Down

0 comments on commit dd66d35

Please sign in to comment.