Skip to content

Commit 2063261

Browse files
committed
release v0.3.1
1 parent 2de87f0 commit 2063261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .gatorcat,
3-
.version = "0.3.0",
3+
.version = "0.3.1",
44
.fingerprint = 0xb9356c7c4de9ca59, // Changing this has security and trust implications.
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{

src/ci/release_docker.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn main() !void {
8484

8585
const docker_login = try std.process.Child.run(.{
8686
.allocator = allocator,
87-
.argv = &.{ "docker", "login", "--username", "kj4tmp", "--password", password },
87+
.argv = &.{ "docker", "login", "--username", "kj4tmp", "--password", password, "ghcr.io" },
8888
});
8989

9090
switch (docker_login.term) {

0 commit comments

Comments
 (0)