Skip to content

Commit 497f8a6

Browse files
authored
Update generate_bin.yml
1 parent ce1cdf9 commit 497f8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_bin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache-to: ghcr.io/roxedus/pgloader:cache
3535
tags: |
3636
ghcr.io/roxedus/pgloader
37-
ghcr.io/roxedus/pgloader:df7cb
37+
ghcr.io/roxedus/pgloader:999791d
3838
3939
- name: Grab binary
4040
run: |
@@ -48,6 +48,6 @@ jobs:
4848
4949
- uses: ncipollo/release-action@v1
5050
with:
51-
tag: "df7cb"
51+
tag: "999791d"
5252
artifacts: "bin/pgloader"
5353
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)