author | Nemo <me@captnemo.in> | 2023-08-10 14:23:31.0 +05:30:00 |
---|---|---|
committer | Nemo <me@captnemo.in> | 2023-08-10 14:23:31.0 +05:30:00 |
commit | b6f1c60435020739f028b7292a82faf4fabedcab [patch] |
|
tree | 4ab05d7bd72bd406c5ce153c55390e01a77aa47a |
|
parent | 4c1eed2a75def29b996cc4735364dc4e9fc623f0 |
|
download | b6f1c60435020739f028b7292a82faf4fabedcab.tar.gz |
fix docker build
Diff
.github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 668c672..3170864 100644 --- a/.github/workflows/build.yml +++ a/.github/workflows/build.yml @@ -23,7 +23,7 @@ - name: Build and Push Docker Image run: | docker buildx create --use docker buildx build --platform linux/amd64,linux/arm64 -t docker.pkg.github.com/${{ github.repository }}/<image-name>:latest . docker buildx build --platform linux/amd64,linux/arm64 -t docker.pkg.github.com/${{ github.repository }}:latest . docker buildx stop - name: Push Docker Image Tags