Skip to content

Commit

Permalink
sync: updated to 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Jun 26, 2023
1 parent 60aa2c8 commit 62e8536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
with:
images: ${{ env.PACKAGE_REGISTRY }}/${{ github.repository_owner }}/${{ env.REPOSITORY }}
tags: |
type=pep440,pattern={{major}}
type=pep440,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS builder

ARG BIRD_VERSION="2.13"
ARG BIRD_VERSION="2.13.1"
ARG BIRD_URL="https://bird.network.cz/download/bird-${BIRD_VERSION}.tar.gz"

RUN set -eux \
Expand Down

0 comments on commit 62e8536

Please sign in to comment.