Skip to content

Commit

Permalink
♻️ ci-dev: Add develop version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Feb 25, 2024
1 parent f884ac8 commit 5e7264b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml → .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: ci-dev

on:
push:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}-dev:latest

0 comments on commit 5e7264b

Please sign in to comment.