Skip to content

Commit

Permalink
Changed tar's name
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Mar 25, 2022
1 parent b0fae75 commit 6c592c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
cat Dockerfiles/$os_name/$os_name-$os_version-$samba_version.dockerfile > Dockerfile_ubuntu
- name: Build Docker For Debian Source
run: |
docker build --file ./Dockerfile -t generate_tar_for_debian .
docker run generate_tar_for_debian
- name: Build Docker For Ubuntu Source
run: |
docker build --file ./Dockerfile_ubuntu -t generate_tar_for_ubuntu .
docker run generate_tar_for_ubuntu
- name: Build Docker For Debian Source
run: |
docker build --file ./Dockerfile -t generate_tar_for_debian .
docker run generate_tar_for_debian
- name: Get Samba From Docker
id: get_samba
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/debian/debian-10-4p16p0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ RUN cd /usr/src/samba-$sambaver; make
RUN cd /usr/src/samba-$sambaver; make install DESTDIR=/opt/samba4/

# [ Pack ]
RUN cd /opt/; tar -czvf samba.tar.gz /opt/samba4/
RUN cd /opt/; tar -czvf samba_debian.tar.gz /opt/samba4/
RUN cd /opt/; ls -la
2 changes: 1 addition & 1 deletion Dockerfiles/ubuntu/ubuntu-20p04-4p16p0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ RUN cd /usr/src/samba-$sambaver; make
RUN cd /usr/src/samba-$sambaver; make install DESTDIR=/opt/samba4/

# [ Pack ]
RUN cd /opt/; tar -czvf samba.tar.gz /opt/samba4/
RUN cd /opt/; tar -czvf samba_ubuntu.tar.gz /opt/samba4/
RUN cd /opt/; ls -la

0 comments on commit 6c592c6

Please sign in to comment.