Skip to content

Commit

Permalink
build latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 14, 2023
1 parent 5294116 commit b4d867b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- repo-v3
env:
REGISTRY: ghcr.io
USERNAME: ${{ github.actor }}
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
tags: |
ghcr.io/bluesky-social/pds:beta
ghcr.io/bluesky-social/pds:latest
${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit b4d867b

Please sign in to comment.