Skip to content

Commit

Permalink
copy without tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 9, 2025
1 parent aa6dd7c commit 6b00994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
docker-build-x86:
name: Build docker image
name: Build x86 image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,10 +25,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker push
run: nix develop --command skopeo copy "docker-archive:result" "docker://ghcr.io/connet-dev/connet:latest"
run: nix develop --command skopeo copy "docker-archive:result" "docker://ghcr.io/connet-dev/connet"

docker-build-arm:
name: Build docker image
name: Build arm image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -48,4 +48,4 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker push
run: nix develop --command skopeo copy "docker-archive:result" "docker://ghcr.io/connet-dev/connet:latest"
run: nix develop --command skopeo copy "docker-archive:result" "docker://ghcr.io/connet-dev/connet"

0 comments on commit 6b00994

Please sign in to comment.