Skip to content

Commit

Permalink
chore(github-action): update github action to use correct build instr…
Browse files Browse the repository at this point in the history
…uction, update dockerhub image name
  • Loading branch information
Sean Murphy committed Jan 24, 2024
1 parent 066e56d commit b6a0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_and_push_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

set -eu

OCI_ARCHIVE=$(nix-build --no-out-link -A packages.x86_64-linux.ociImage)
DOCKER_REPOSITORY="docker://seanrmurphy/gh-action-testing"
OCI_ARCHIVE=$(nix-build --no-out-link -A packages.x86_64-linux.ociApplicationImage)
DOCKER_REPOSITORY="docker://seanrmurphy/nix-container-build-gha"
DOCKER_USERNAME="seanrmurphy"

if [ -z ${DOCKER_ACCESS_TOKEN+x} ]; then
Expand Down

0 comments on commit b6a0f29

Please sign in to comment.