Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Nov 14, 2023
1 parent c23fa7e commit d5ebf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-bullseye-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build image
run: |
docker build . --file Dockerfile-debian-bullseye \
docker build . --file Dockerfile \
--tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \
--build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock)
Expand Down

0 comments on commit d5ebf65

Please sign in to comment.