Skip to content

Commit

Permalink
remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Sep 19, 2024
1 parent 207fb12 commit 5ed89f2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ on:

jobs:
docker-container:
name: Docker
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ vars.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -53,9 +45,3 @@ jobs:
--file /automatedgo/files/version.txt \
--os linux \
--arch amd64
# - name: Clean up
# if: always()
# run: |
# docker stop automatedgo-container
# docker rm automatedgo-container

0 comments on commit 5ed89f2

Please sign in to comment.