diff --git a/.forgejo/workflows/buildseer.yml b/.forgejo/workflows/buildseer.yml index 00bce73..000628d 100644 --- a/.forgejo/workflows/buildseer.yml +++ b/.forgejo/workflows/buildseer.yml @@ -18,22 +18,22 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - # Step 3: Log in to Docker Hub - - name: Log in to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - # Step 4: Build and push the alaskarseer image - - name: Build and Push alaskarseer Image - uses: docker/build-push-action@v6 - with: - context: alaskarseer # Path to the build context - file: alaskarseer/Dockerfile # Path to the Dockerfile - push: true - tags: | - nomadics/alaskarseer:latest + # # Step 3: Log in to Docker Hub + # - name: Log in to Docker Hub + # uses: docker/login-action@v3 + # with: + # username: ${{ secrets.DOCKER_USERNAME }} + # password: ${{ secrets.DOCKER_PASSWORD }} + # + # # Step 4: Build and push the alaskarseer image + # - name: Build and Push alaskarseer Image + # uses: docker/build-push-action@v6 + # with: + # context: alaskarseer # Path to the build context + # file: alaskarseer/Dockerfile # Path to the Dockerfile + # push: true + # tags: | + # nomadics/alaskarseer:latest # Step 5: Log in to Forgejo - name: Log in to Forgejo diff --git a/alaskarseer/version.txt b/alaskarseer/version.txt index f6dcb64..dde9531 100644 --- a/alaskarseer/version.txt +++ b/alaskarseer/version.txt @@ -1 +1 @@ -v2.5.2 +v2.5.2